diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/context/scripts/mkiv/context.html | 2 | ||||
-rw-r--r-- | doc/context/scripts/mkiv/context.man | 3 | ||||
-rw-r--r-- | doc/context/scripts/mkiv/context.xml | 5 | ||||
-rw-r--r-- | doc/context/scripts/mkiv/mtx-context.html | 2 | ||||
-rw-r--r-- | doc/context/scripts/mkiv/mtx-context.man | 3 | ||||
-rw-r--r-- | doc/context/scripts/mkiv/mtx-context.xml | 5 |
6 files changed, 20 insertions, 0 deletions
diff --git a/doc/context/scripts/mkiv/context.html b/doc/context/scripts/mkiv/context.html index e71b8a943..b409de6e7 100644 --- a/doc/context/scripts/mkiv/context.html +++ b/doc/context/scripts/mkiv/context.html @@ -107,6 +107,8 @@ <tr><th>--mkii</th><td></td><td>process file with texexec</td></tr> <tr><th/><td/><td/></tr> <tr><th>--pipe</th><td></td><td>do not check for file and enter scroll mode (--dummyfile=whatever.tmp)</td></tr> + <tr><th/><td/><td/></tr> + <tr><th>--sandbox</th><td></td><td>process file in a limited environment</td></tr> </table> <br/> </div> diff --git a/doc/context/scripts/mkiv/context.man b/doc/context/scripts/mkiv/context.man index c563dfb5e..5fe794095 100644 --- a/doc/context/scripts/mkiv/context.man +++ b/doc/context/scripts/mkiv/context.man @@ -165,6 +165,9 @@ process file with texexec .TP .B --pipe do not check for file and enter scroll mode (--dummyfile=whatever.tmp) +.TP +.B --sandbox +process file in a limited environment .SH AUTHOR More information about ConTeXt and the tools that come with it can be found at: diff --git a/doc/context/scripts/mkiv/context.xml b/doc/context/scripts/mkiv/context.xml index 4525908d6..c41093289 100644 --- a/doc/context/scripts/mkiv/context.xml +++ b/doc/context/scripts/mkiv/context.xml @@ -196,6 +196,11 @@ <short>do not check for file and enter scroll mode (<ref name="dummyfile"/>=whatever.tmp)</short> </flag> </subcategory> + <subcategory> + <flag name="sandbox"> + <short>process file in a limited environment</short> + </flag> + </subcategory> </category> </flags> </application> diff --git a/doc/context/scripts/mkiv/mtx-context.html b/doc/context/scripts/mkiv/mtx-context.html index e71b8a943..b409de6e7 100644 --- a/doc/context/scripts/mkiv/mtx-context.html +++ b/doc/context/scripts/mkiv/mtx-context.html @@ -107,6 +107,8 @@ <tr><th>--mkii</th><td></td><td>process file with texexec</td></tr> <tr><th/><td/><td/></tr> <tr><th>--pipe</th><td></td><td>do not check for file and enter scroll mode (--dummyfile=whatever.tmp)</td></tr> + <tr><th/><td/><td/></tr> + <tr><th>--sandbox</th><td></td><td>process file in a limited environment</td></tr> </table> <br/> </div> diff --git a/doc/context/scripts/mkiv/mtx-context.man b/doc/context/scripts/mkiv/mtx-context.man index c563dfb5e..5fe794095 100644 --- a/doc/context/scripts/mkiv/mtx-context.man +++ b/doc/context/scripts/mkiv/mtx-context.man @@ -165,6 +165,9 @@ process file with texexec .TP .B --pipe do not check for file and enter scroll mode (--dummyfile=whatever.tmp) +.TP +.B --sandbox +process file in a limited environment .SH AUTHOR More information about ConTeXt and the tools that come with it can be found at: diff --git a/doc/context/scripts/mkiv/mtx-context.xml b/doc/context/scripts/mkiv/mtx-context.xml index 4525908d6..c41093289 100644 --- a/doc/context/scripts/mkiv/mtx-context.xml +++ b/doc/context/scripts/mkiv/mtx-context.xml @@ -196,6 +196,11 @@ <short>do not check for file and enter scroll mode (<ref name="dummyfile"/>=whatever.tmp)</short> </flag> </subcategory> + <subcategory> + <flag name="sandbox"> + <short>process file in a limited environment</short> + </flag> + </subcategory> </category> </flags> </application> |