Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: PATCH: Misc. documentation stuff



On Jun 26, 10:33am, Sven Wischnowsky wrote:
} Subject: Re: PATCH: Misc. documentation stuff
}
} > I also added back a minimal reference to `compfmt' because it's still
} > defined in computil.c and therefore will show up in command completion
} > listings and `hash -m' output and so forth.  But it might be better to
} > simply remove it entirely.
} 
} I forgot that. The patch removes it.

Gotta remove it everywhere, then.

This patch also adds some missing entries to the "detailed node listing"
menu.

Index: Doc/Zsh/builtins.yo
===================================================================
@@ -177,7 +177,6 @@
 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)
 
Index: Doc/Zsh/manual.yo
===================================================================
@@ -53,6 +53,11 @@
 menu(The Zsh Userguide)
 menu(See Also)
 
+Invocation
+
+menu(Compatibility)
+menu(Restricted Shell)
+
 Shell Grammar
 
 menu(Simple Commands & Pipelines)
@@ -85,7 +90,9 @@
 
 Options
 
+menu(Specifying Options)
 menu(Description of Options)
+menu(Option Aliases)
 menu(Single Letter Options)
 
 Zsh Line Editor
@@ -102,6 +109,7 @@
 menu(Special Parameters)
 menu(Builtin Commands)
 menu(Condition Codes)
+menu(Matching Control)
 menu(Examples)
 
 Completion System
@@ -124,6 +132,12 @@
 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)

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com

Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net   


Messages sorted by: Reverse Date, Date, Thread, Author