about summary refs log tree commit diff
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2006-01-18 03:37:41 +0000
committerClint Adams <clint@users.sourceforge.net>2006-01-18 03:37:41 +0000
commitd71fbc9c69a3de75fde051b0472041de814730c8 (patch)
tree8e581fb0bb9ac27e5d6eb4a41ea74fb319ab43c9
parentc7ca55dfaee288b6c0299845db2c8409b39a3972 (diff)
downloadzsh-d71fbc9c69a3de75fde051b0472041de814730c8.tar.gz
zsh-d71fbc9c69a3de75fde051b0472041de814730c8.tar.xz
zsh-d71fbc9c69a3de75fde051b0472041de814730c8.zip
22165: change "zshparams" to "zshparam".
-rw-r--r--ChangeLog5
-rw-r--r--Doc/Zsh/builtins.yo2
-rw-r--r--Doc/Zsh/expn.yo2
-rw-r--r--Doc/Zsh/roadmap.yo2
4 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 857409550..e30987e4f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-01-18  Clint Adams  <clint@zsh.org>
+
+	* 22165: Doc/Zsh/builtins.yo, Doc/Zsh/expn.yo,
+	Doc/Zsh/roadmap.yo: change "zshparams" to "zshparam".
+
 2006-01-17  Wayne Davison  <wayned@users.sourceforge.net>
 
 	* unposted: Src/prompt.c:  Fixed 2 free()-related bugs in the
diff --git a/Doc/Zsh/builtins.yo b/Doc/Zsh/builtins.yo
index 73c8a8358..b0de7e391 100644
--- a/Doc/Zsh/builtins.yo
+++ b/Doc/Zsh/builtins.yo
@@ -1393,7 +1393,7 @@ determines how the function is loaded.
 )
 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
diff --git a/Doc/Zsh/expn.yo b/Doc/Zsh/expn.yo
index 35451901f..22cd653e8 100644
--- a/Doc/Zsh/expn.yo
+++ b/Doc/Zsh/expn.yo
@@ -1309,7 +1309,7 @@ tt(IFS) parameter
 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))\
 .
 )
diff --git a/Doc/Zsh/roadmap.yo b/Doc/Zsh/roadmap.yo
index 1e529c6f6..f4f122e39 100644
--- a/Doc/Zsh/roadmap.yo
+++ b/Doc/Zsh/roadmap.yo
@@ -37,7 +37,7 @@ shells, zsh will not save these lines when the shell exits unless you
 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