[gs-cvs] gs/man

Ralph Giles giles at casper.ghostscript.com
Mon Apr 15 12:54:08 PDT 2002


Update of /cvs/ghostscript/gs/man
In directory casper:/tmp/cvs-serv11518/man

Modified Files:
      Tag: GS_7_0X
	gs.1 
Log Message:
Document the -dBATCH option in the manpage. Strengthen the wording for
-dSAFER and improve the ordering of the option descriptions.


Index: gs.1
===================================================================
RCS file: /cvs/ghostscript/gs/man/gs.1,v
retrieving revision 1.10.2.3
retrieving revision 1.10.2.4
diff -u -d -r1.10.2.3 -r1.10.2.4
--- gs.1	15 Apr 2002 19:20:10 -0000	1.10.2.3
+++ gs.1	15 Apr 2002 19:54:06 -0000	1.10.2.4
@@ -373,48 +373,55 @@
 superseded by definitions in "userdict" or other dictionaries.)
 .SH "SPECIAL NAMES"
 .TP
-.B \-dDISKFONTS
-Causes individual character outlines to be loaded from the disk
-the first time they are encountered.  (Normally Ghostscript loads all the
-character outlines when it loads a font.)  This may allow loading more
-fonts into RAM, at the expense of slower rendering.
+.B \-dSAFER
+Disables the "deletefile" and "renamefile" operators and the ability to
+open files in any mode other than read-only. This is desirable for
+spoolers or any other environments where a malicious or badly written
+PostScript program must be prevented from changing important files.
 .TP
-.B \-dNOCACHE
-Disables character caching.  Useful only for debugging.
+.B \-dBATCH
+Causes Ghostscript to exit after processing all files named on the
+command line, rather than prompting for further PostScript
+commands.
 .TP
-.B \-dNOBIND
-Disables the "bind" operator.  Useful only for debugging.
+.B \-dNOPAUSE
+Disables the prompt and pause at the end of each page. This may be
+desirable in converting documents or for applications where another
+program is driving Ghostscript.
+.TP
+.BI \-sDEVICE= device
+Selects an alternate initial output device, as described above.
+.TP
+.BI \-sOutputFile= filename
+Selects an alternate output file (or pipe) for the initial output
+device, as described above.
 .TP
 .B \-dNODISPLAY
 Suppresses the normal initialization of the output device.
 This may be useful when debugging.
 .TP
-.B \-dNOPAUSE
-Disables the prompt and pause at the end of each page.  This may be
-desirable for applications where another program is driving Ghostscript.
+.B \-dNOCACHE
+Disables character caching. Useful only for debugging.
+.TP
+.B \-dNOBIND
+Disables the "bind" operator. Useful only for debugging.
 .TP
 .B \-dNOPLATFONTS
 Disables the use of fonts supplied by the underlying platform (for instance
-X Windows).  This may be needed if the platform fonts look undesirably
+X Windows). This may be needed if the platform fonts look undesirably
 different from the scalable fonts.
 .TP
-.B \-dSAFER
-Disables the "deletefile" and "renamefile" operators and the ability to
-open files in any mode other than read-only.  This may be desirable for
-spoolers or other sensitive environments where a badly written or malicious
-PostScript program must be prevented from changing important files.
+.B \-dDISKFONTS
+Causes individual character outlines to be loaded from the disk
+the first time they are encountered. (Normally Ghostscript loads all the
+character outlines when it loads a font.) This may allow loading more
+fonts into RAM, at the expense of slower rendering.
 .TP
 .B \-dWRITESYSTEMDICT
-Leaves "systemdict" writable.  This is necessary when running special
+Leaves "systemdict" writable. This is necessary when running special
 utility programs such as \fBfont2c\fR and \fBpcharstr\fR, which must bypass
 normal PostScript access protection.
-.TP
-.BI \-sDEVICE= device
-Selects an alternate initial output device, as described above.
-.TP
-.BI \-sOutputFile= filename
-Selects an alternate output file (or pipe) for the initial output
-device, as described above.
+
 .SH FILES
 .PP
 The locations of many Ghostscript run-time files are compiled into the




More information about the gs-cvs mailing list