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

PATCH: zshparam vs. zshparams



There is no zshparams(1).

Index: Doc/Zsh/builtins.yo
===================================================================
RCS file: /cvsroot/zsh/zsh/Doc/Zsh/builtins.yo,v
retrieving revision 1.82
diff -u -r1.82 builtins.yo
--- Doc/Zsh/builtins.yo	5 Jan 2006 16:13:20 -0000	1.82
+++ Doc/Zsh/builtins.yo	18 Jan 2006 03:33:32 -0000
@@ -1393,7 +1393,7 @@
 )
 item(tt(-h))(
 Hide: only useful for special parameters (those marked `<S>' in the table in
-ifzman(zmanref(zshparams))\
+ifzman(zmanref(zshparam))\
 ifnzman(noderef(Parameters Set By The Shell))\
 ), and for local parameters with the same name as a special parameter,
 though harmless for others.  A special parameter with this attribute will
Index: Doc/Zsh/expn.yo
===================================================================
RCS file: /cvsroot/zsh/zsh/Doc/Zsh/expn.yo,v
retrieving revision 1.59
diff -u -r1.59 expn.yo
--- Doc/Zsh/expn.yo	15 Dec 2005 10:38:56 -0000	1.59
+++ Doc/Zsh/expn.yo	18 Jan 2006 03:33:35 -0000
@@ -1309,7 +1309,7 @@
 item(tt([:IFSSPACE:]))(
 The character is an IFS white space character; see the documentation
 for tt(IFS) in
-ifzman(the zmanref(zshparams) manual page)\
+ifzman(the zmanref(zshparam) manual page)\
 ifnzman(noderef(Parameters Used By The Shell))\
 .
 )
Index: Doc/Zsh/roadmap.yo
===================================================================
RCS file: /cvsroot/zsh/zsh/Doc/Zsh/roadmap.yo,v
retrieving revision 1.5
diff -u -r1.5 roadmap.yo
--- Doc/Zsh/roadmap.yo	9 Dec 2005 12:49:30 -0000	1.5
+++ Doc/Zsh/roadmap.yo	18 Jan 2006 03:33:35 -0000
@@ -37,7 +37,7 @@
 set appropriate variables, and the number of history lines retained by
 default is quite small (30 lines).  See the description of the shell
 variables (referred to in the documentation as parameters) tt(HISTFILE),
-tt(HISTSIZE) and tt(SAVEHIST) in ifzman(zmanref(zshparams))\
+tt(HISTSIZE) and tt(SAVEHIST) in ifzman(zmanref(zshparam))\
 ifnzman(noderef(Parameters Used By The Shell)).
 
 The line editor provides an extensive completion system and the shell



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