diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2001-05-30 16:08:16 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2001-05-30 16:08:16 +0000 |
commit | 99beeb572efa528d2eef31b8cb64e54a1effeaa7 (patch) | |
tree | 8ffe21b5d058ffc24922d0b21dd80600e4a68aa8 /Doc/Zsh | |
parent | 14be3dd5e46eaf1d3b8488730d2fb5cf704594bc (diff) | |
download | zsh-99beeb572efa528d2eef31b8cb64e54a1effeaa7.tar.gz zsh-99beeb572efa528d2eef31b8cb64e54a1effeaa7.tar.xz zsh-99beeb572efa528d2eef31b8cb64e54a1effeaa7.zip |
Doc changes for 4.0.1
Diffstat (limited to 'Doc/Zsh')
-rw-r--r-- | Doc/Zsh/builtins.yo | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/Zsh/builtins.yo b/Doc/Zsh/builtins.yo index 6999bc256..b249ca472 100644 --- a/Doc/Zsh/builtins.yo +++ b/Doc/Zsh/builtins.yo @@ -749,8 +749,8 @@ contain symbolic links. alias(r)(fc -e -) findex(read) vindex(IFS, use of) -item(tt(read) [ tt(-rzpqAclneEt) ] [ tt(-k) [ var(num) ] ] \ -[ tt(-u)var(n) ] [ var(name)[tt(?)var(prompt)] ] [ var(name) ... ])( +xitem(tt(read) [ tt(-rzpqAclneEt) ] [ tt(-k) [ var(num) ] ]) +item([ tt(-u)var(n) ] [ var(name)[tt(?)var(prompt)] ] [ var(name) ... ])( vindex(REPLY, use of) vindex(reply, use of) Read one line and break it into fields using the characters |