mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-02 22:11:54 +02:00
27661: Ben: typo in manual page references
This commit is contained in:
parent
8ac97f3308
commit
fdb266d819
4 changed files with 9 additions and 4 deletions
|
@ -1,3 +1,8 @@
|
|||
2010-02-04 Peter Stephenson <pws@csr.com>
|
||||
|
||||
* 27661: Ben: Doc/Zsh/builtins.yo, Doc/Zsh/options.yo,
|
||||
Doc/Zsh/tcpsys.yo: typos in manual references.
|
||||
|
||||
2010-02-03 Peter Stephenson <pws@csr.com>
|
||||
|
||||
* 27648, 267650/1, unposted README change: README,
|
||||
|
@ -12679,5 +12684,5 @@
|
|||
|
||||
*****************************************************
|
||||
* This is used by the shell to define $ZSH_PATCHLEVEL
|
||||
* $Revision: 1.4881 $
|
||||
* $Revision: 1.4882 $
|
||||
*****************************************************
|
||||
|
|
|
@ -1923,7 +1923,7 @@ the same directory as the var(file). The shell will load the compiled
|
|||
file instead of the normal function file when the function
|
||||
is autoloaded; see
|
||||
ifzman(\
|
||||
the section `Autoloading Functions' in zmanref(zshfunc)
|
||||
the section `Autoloading Functions' in zmanref(zshmisc)
|
||||
)\
|
||||
ifnzman(\
|
||||
noderef(Functions)
|
||||
|
|
|
@ -537,7 +537,7 @@ Substitutions using the tt(:s) and tt(:&) history modifiers are performed
|
|||
with pattern matching instead of string matching. This occurs wherever
|
||||
history modifiers are valid, including glob qualifiers and parameters.
|
||||
See
|
||||
ifzman(the section Modifiers in zmanref(zshexp))\
|
||||
ifzman(the section Modifiers in zmanref(zshexpn))\
|
||||
ifnzman(noderef(Modifiers)).
|
||||
)
|
||||
pindex(IGNORE_BRACES)
|
||||
|
|
|
@ -19,7 +19,7 @@ tt(zsh/net/tcp) module, the tt(zsh/zselect) module is used to implement
|
|||
timeouts on read operations. For troubleshooting tips, consult the
|
||||
corresponding advice for the tt(zftp) functions described in
|
||||
ifzman(\
|
||||
zmanref(zshftpsys)
|
||||
zmanref(zshzftpsys)
|
||||
)\
|
||||
ifnzman(\
|
||||
noderef(Zftp Function System)
|
||||
|
|
Loading…
Reference in a new issue