diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2000-06-26 15:36:57 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2000-06-26 15:36:57 +0000 |
commit | 8d0feb4b316f468983830143fbfcaabea5151b30 (patch) | |
tree | ffd0a05d900f3de8e9486767c4c37a918069bba7 /Doc/Zsh | |
parent | acda8dc2564ea0099c6a948cbbfaaefde81f8652 (diff) | |
download | zsh-8d0feb4b316f468983830143fbfcaabea5151b30.tar.gz zsh-8d0feb4b316f468983830143fbfcaabea5151b30.tar.xz zsh-8d0feb4b316f468983830143fbfcaabea5151b30.zip |
12074: Remove one more reference to compfmt; add missing menu items.
Diffstat (limited to 'Doc/Zsh')
-rw-r--r-- | Doc/Zsh/builtins.yo | 1 | ||||
-rw-r--r-- | Doc/Zsh/manual.yo | 14 |
2 files changed, 14 insertions, 1 deletions
diff --git a/Doc/Zsh/builtins.yo b/Doc/Zsh/builtins.yo index 7a6b50a98..b72778ce4 100644 --- a/Doc/Zsh/builtins.yo +++ b/Doc/Zsh/builtins.yo @@ -177,7 +177,6 @@ module(compcall)(zsh/compctl) module(compctl)(zsh/compctl) module(compdescribe)(zsh/computil) module(compfiles)(zsh/computil) -alias(compfmt)(zformat -f) module(compgroups)(zsh/computil) module(compquote)(zsh/computil) module(comptags)(zsh/computil) diff --git a/Doc/Zsh/manual.yo b/Doc/Zsh/manual.yo index babe3e018..5ee24798a 100644 --- a/Doc/Zsh/manual.yo +++ b/Doc/Zsh/manual.yo @@ -53,6 +53,11 @@ menu(The Zsh Web Page) menu(The Zsh Userguide) menu(See Also) +Invocation + +menu(Compatibility) +menu(Restricted Shell) + Shell Grammar menu(Simple Commands & Pipelines) @@ -85,7 +90,9 @@ menu(Parameters Used By The Shell) Options +menu(Specifying Options) menu(Description of Options) +menu(Option Aliases) menu(Single Letter Options) Zsh Line Editor @@ -102,6 +109,7 @@ Completion Widgets menu(Special Parameters) menu(Builtin Commands) menu(Condition Codes) +menu(Matching Control) menu(Examples) Completion System @@ -124,6 +132,12 @@ menu(Example) Zsh Modules includefile(Zsh/manmodmenu.yo) + +Zftp Function System + +menu(Installation) +menu(Zftp Functions) +menu(Miscellaneous Features) endmenu() texinode(The Z Shell Manual)(Introduction)(Top)(Top) chapter(The Z Shell Manual) |