diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2001-06-08 03:04:41 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2001-06-08 03:04:41 +0000 |
commit | a0add631841c8be218e251d52cb52bd8fe690e98 (patch) | |
tree | 5ab26dcd09a91a979e4d7b3554250c24a76bad5d /Doc | |
parent | 2a9ceecf13771c979fa969bcc2ee02fc1b4e1740 (diff) | |
download | zsh-a0add631841c8be218e251d52cb52bd8fe690e98.tar.gz zsh-a0add631841c8be218e251d52cb52bd8fe690e98.tar.xz zsh-a0add631841c8be218e251d52cb52bd8fe690e98.zip |
Wrapped line prettified.
Diffstat (limited to 'Doc')
-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 f51ebd544..fbea91ee2 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) -xitem(tt(read) [ tt(-rzpqAclneEt) ] [ tt(-k) [ var(num) ] ]) -item([ tt(-u)var(n) ] [ var(name)[tt(?)var(prompt)] ] [ var(name) ... ])( +ifzman(xitem(tt(read) [ tt(-rzpqAclneEt) ] [ tt(-k) [ var(num) ] ])) +item(ifnzman(tt(read) [ tt(-rzpqAclneEt) ] [ tt(-k) [ var(num) ] ]) [ 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 |