summaryrefslogtreecommitdiff
path: root/Master/texmf/doc/man/man1/dvips.1
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-07-26 18:10:58 +0000
committerKarl Berry <karl@freefriends.org>2008-07-26 18:10:58 +0000
commit792834f087e5d6fa723eb7b0101693636a22d533 (patch)
tree94ec1000d52586974175b16f8f1ab06969a153fd /Master/texmf/doc/man/man1/dvips.1
parentfe136e3276dbd8a40f1a1ac60a756cfdfe68ee50 (diff)
update man pages from la(te)st build
git-svn-id: svn://tug.org/texlive/trunk@9788 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf/doc/man/man1/dvips.1')
-rw-r--r--Master/texmf/doc/man/man1/dvips.125
1 files changed, 15 insertions, 10 deletions
diff --git a/Master/texmf/doc/man/man1/dvips.1 b/Master/texmf/doc/man/man1/dvips.1
index f95a933a95a..09170168cd8 100644
--- a/Master/texmf/doc/man/man1/dvips.1
+++ b/Master/texmf/doc/man/man1/dvips.1
@@ -360,16 +360,21 @@ nothing but errors to standard error.
.B -r
Stack pages in reverse order. Normally, page 1 will be printed first.
.TP
-.B -R
-Run in secure mode. This means that ``backtick'' commands from a
-.I \especial{}
-or
-.I \epsffile{}
-macro in the (La)TeX source like
-.I \especial{psfile="`zcat foo.ps.Z"}
-or
-.I \epsffile[72 72 540 720]{"`zcat screendump.ps.gz"}
-are not executed.
+.B -R[0|1|2]
+Run securely.
+.BR -R2
+disables both shell command execution in
+.I \especial'{}
+(via backticks
+.BR `
+) and config files (via the
+.I E
+option), and opening of any absolute filenames.
+.BR -R1
+, the default, forbids shell escapes but allows absolute filenames.
+.BR -R0
+allows both. The config file option is
+.I z
.TP
.B -s
Causes the entire global output to be enclosed in a save/restore pair.