diff options
author | Karl Berry <karl@freefriends.org> | 2009-02-26 19:44:17 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-02-26 19:44:17 +0000 |
commit | fd209ee79002d0d87c3835c8e2697ed0eb7cc53c (patch) | |
tree | 4e2d10d678beb337d03b525d939068b6ebb55b24 /Build/source/texk/web2c/texmfmp-help.h | |
parent | 6226ce8e1a87017d3c958d63660c83b669e4da9a (diff) |
new restricted mode for \write18
git-svn-id: svn://tug.org/texlive/trunk@12244 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/texmfmp-help.h')
-rw-r--r-- | Build/source/texk/web2c/texmfmp-help.h | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/texmfmp-help.h b/Build/source/texk/web2c/texmfmp-help.h index 4c5b52dd91a..1b21d627582 100644 --- a/Build/source/texk/web2c/texmfmp-help.h +++ b/Build/source/texk/web2c/texmfmp-help.h @@ -1,7 +1,7 @@ /* The help messages for TeX & MF family of programs. +Copyright 1995, 1996, 2008, 2009 Karl Berry. Copyright 2001-05 Olaf Weber. -Copyright 1995, 96 Karl Berry. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -64,6 +64,7 @@ const_string ALEPHHELP[] = { "-progname=STRING set program (and fmt) name to STRING", "-recorder enable filename recorder (always on)", "[-no]-shell-escape disable/enable \\write18{SHELL COMMAND}", + "-shell-restricted enable restricted \\write18", "-src-specials insert source specials into the DVI file", "-src-specials=WHERE insert source specials in certain places of", " the DVI file. WHERE is a comma-separated value", @@ -122,6 +123,7 @@ const_string LUATEXHELP[] = { "-progname=STRING set program (and fmt) name to STRING", "-recorder enable filename recorder", "[-no]-shell-escape disable/enable \\write18{SHELL COMMAND}", + "-shell-restricted enable restricted \\write18", "-src-specials insert source specials into the DVI file", "-src-specials=WHERE insert source specials in certain places of", " the DVI file. WHERE is a comma-separated value", @@ -180,6 +182,7 @@ const_string ETEXHELP[] = { "-progname=STRING set program (and fmt) name to STRING", "-recorder enable filename recorder", "[-no]-shell-escape disable/enable \\write18{SHELL COMMAND}", + "-shell-restricted enable restricted \\write18", "-src-specials insert source specials into the DVI file", "-src-specials=WHERE insert source specials in certain places of", " the DVI file. WHERE is a comma-separated value", @@ -328,6 +331,7 @@ const_string OMEGAHELP[] = { "-progname=STRING set program (and fmt) name to STRING", "-recorder enable filename recorder (always on)", "[-no]-shell-escape disable/enable \\write18{SHELL COMMAND}", + "-shell-restricted enable restricted \\write18", "-src-specials insert source specials into the DVI file", "-src-specials=WHERE insert source specials in certain places of", " the DVI file. WHERE is a comma-separated value", @@ -381,6 +385,7 @@ const_string EOMEGAHELP[] = { "-progname=STRING set program (and fmt) name to STRING", "-recorder enable filename recorder (always on)", "[-no]-shell-escape disable/enable \\write18{SHELL COMMAND}", + "-shell-restricted enable restricted \\write18", "-src-specials insert source specials into the DVI file", "-src-specials=WHERE insert source specials in certain places of", " the DVI file. WHERE is a comma-separated value", @@ -440,6 +445,7 @@ const_string PDFTEXHELP[] = { "-progname=STRING set program (and fmt) name to STRING", "-recorder enable filename recorder", "[-no]-shell-escape disable/enable \\write18{SHELL COMMAND}", + "-shell-restricted enable restricted \\write18", "-src-specials insert source specials into the DVI file", "-src-specials=WHERE insert source specials in certain places of", " the DVI file. WHERE is a comma-separated value", @@ -498,6 +504,7 @@ const_string XETEXHELP[] = { "-progname=STRING set program (and fmt) name to STRING", "-recorder enable filename recorder", "[-no]-shell-escape disable/enable \\write18{SHELL COMMAND}", + "-shell-restricted enable restricted \\write18", "-src-specials insert source specials into the XDV file", "-src-specials=WHERE insert source specials in certain places of", " the XDV file. WHERE is a comma-separated value", @@ -558,6 +565,7 @@ const_string TEXHELP[] = { "-progname=STRING set program (and fmt) name to STRING", "-recorder enable filename recorder", "[-no]-shell-escape disable/enable \\write18{SHELL COMMAND}", + "-shell-restricted enable restricted \\write18", "-src-specials insert source specials into the DVI file", "-src-specials=WHERE insert source specials in certain places of", " the DVI file. WHERE is a comma-separated value", |