about summary refs log tree commit diff
path: root/Doc/Zsh/invoke.yo
diff options
context:
space:
mode:
authorBart Schaefer <barts@users.sourceforge.net>2000-05-22 15:00:52 +0000
committerBart Schaefer <barts@users.sourceforge.net>2000-05-22 15:00:52 +0000
commit663e892126dce7efdf94ada38166b6f8c12351c7 (patch)
treecb39d049a8bcb96c9e86df31e77a0be2dbc36f6c /Doc/Zsh/invoke.yo
parent01bd1c61ae5f19089896eff825ce4927b96be296 (diff)
downloadzsh-663e892126dce7efdf94ada38166b6f8c12351c7.tar.gz
zsh-663e892126dce7efdf94ada38166b6f8c12351c7.tar.xz
zsh-663e892126dce7efdf94ada38166b6f8c12351c7.zip
11485, 11488: Relocate "Compatibility" and "Restricted Shell" docs.
Diffstat (limited to 'Doc/Zsh/invoke.yo')
-rw-r--r--Doc/Zsh/invoke.yo19
1 files changed, 19 insertions, 0 deletions
diff --git a/Doc/Zsh/invoke.yo b/Doc/Zsh/invoke.yo
index 40a5513d0..3a95bc81f 100644
--- a/Doc/Zsh/invoke.yo
+++ b/Doc/Zsh/invoke.yo
@@ -21,3 +21,22 @@ item(tt(-s))(
 Read command from the standard input.
 )
 enditem()
+
+For further options, which are common to invocation and the tt(set)
+builtin, see
+ifzman(zmanref(zshoptions))\
+ifnzman(noderef(Options))\
+.  Flags may be specified by name using the tt(-o) option.  For example,
+
+example(zsh -x -o shwordsplit scr)
+
+runs the script tt(scr), setting the tt(XTRACE) option by the corresponding
+letter `tt(-x)' and the tt(SH_WORD_SPLIT) option by name.
+
+startmenu()
+menu(Compatibility)
+menu(Restricted Shell)
+endmenu()
+
+includefile(Zsh/compat.yo)
+includefile(Zsh/restricted.yo)