From d71fbc9c69a3de75fde051b0472041de814730c8 Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Wed, 18 Jan 2006 03:37:41 +0000 Subject: 22165: change "zshparams" to "zshparam". --- ChangeLog | 5 +++++ Doc/Zsh/builtins.yo | 2 +- Doc/Zsh/expn.yo | 2 +- Doc/Zsh/roadmap.yo | 2 +- 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 + + * 22165: Doc/Zsh/builtins.yo, Doc/Zsh/expn.yo, + Doc/Zsh/roadmap.yo: change "zshparams" to "zshparam". + 2006-01-17 Wayne Davison * 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 `' 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 -- cgit 1.4.1