Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Better than 14573 (builtins.yo)?
- X-seq: zsh-workers 14712
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Better than 14573 (builtins.yo)?
- Date: Mon, 4 Jun 2001 15:47:37 +0000
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
I realize the following duplicates some text, but the two are lined up
character-for-character on top of one another, so it's unlikely that any
change to one would be forgotten in the other. This makes the texinfo
doc look much better again and even manages to add an extra space on the
second line in the man page, so that the `[ -un ]' is indented a little
relative to `read'.
Index: Doc/Zsh/builtins.yo
===================================================================
diff -c -r1.2 builtins.yo
--- Doc/Zsh/builtins.yo 2001/06/01 16:44:30 1.2
+++ Doc/Zsh/builtins.yo 2001/06/04 15:36:48
@@ -749,8 +749,8 @@
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
--
Bart Schaefer Brass Lantern Enterprises
http://www.well.com/user/barts http://www.brasslantern.com
Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net
Messages sorted by:
Reverse Date,
Date,
Thread,
Author