diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2010-02-04 17:40:06 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2010-02-04 17:40:06 +0000 |
commit | fdb266d8193a0c472028e6bd7508c678b95daa6e (patch) | |
tree | 7806486b3bf85428480131985b5dcb24d5c22511 /Doc | |
parent | 8ac97f3308ed8b33738b16f4464876f886b9237b (diff) | |
download | zsh-fdb266d8193a0c472028e6bd7508c678b95daa6e.tar.gz zsh-fdb266d8193a0c472028e6bd7508c678b95daa6e.tar.xz zsh-fdb266d8193a0c472028e6bd7508c678b95daa6e.zip |
27661: Ben: typo in manual page references
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/Zsh/builtins.yo | 2 | ||||
-rw-r--r-- | Doc/Zsh/options.yo | 2 | ||||
-rw-r--r-- | Doc/Zsh/tcpsys.yo | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/Doc/Zsh/builtins.yo b/Doc/Zsh/builtins.yo index 0a8038f6c..2aa0affa9 100644 --- a/Doc/Zsh/builtins.yo +++ b/Doc/Zsh/builtins.yo @@ -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) diff --git a/Doc/Zsh/options.yo b/Doc/Zsh/options.yo index 254c35d02..e0934ff3d 100644 --- a/Doc/Zsh/options.yo +++ b/Doc/Zsh/options.yo @@ -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) diff --git a/Doc/Zsh/tcpsys.yo b/Doc/Zsh/tcpsys.yo index d592f77c9..599335bc9 100644 --- a/Doc/Zsh/tcpsys.yo +++ b/Doc/Zsh/tcpsys.yo @@ -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) |