mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-02 10:01:11 +02:00
users/26734: docs: read: Notate the parameter name argument as optional.
This commit is contained in:
parent
daa208e907
commit
1449f81183
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2021-08-14 Daniel Shahaf <d.s@daniel.shahaf.name>
|
||||
|
||||
* users/26734: Doc/Zsh/builtins.yo: docs: read: Notate the
|
||||
parameter name argument as optional.
|
||||
|
||||
2021-08-10 Peter Stephenson <p.stephenson@samsung.com>
|
||||
|
||||
* 49269: Src/parse.c, Test/C02cond.ztst: "[ ! -o ]" should
|
||||
|
|
|
@ -1493,7 +1493,7 @@ findex(read)
|
|||
vindex(IFS, use of)
|
||||
redef(SPACES)(0)(tt(ifztexi(NOTRANS(@ @ @ @ @ ))ifnztexi( )))
|
||||
xitem(tt(read )[ tt(-rszpqAclneE) ] [ tt(-t) [ var(num) ] ] [ tt(-k) [ var(num) ] ] [ tt(-d) var(delim) ])
|
||||
item(SPACES()[ tt(-u) var(n) ] [ var(name)[tt(?)var(prompt)] ] [ var(name) ... ])(
|
||||
item(SPACES()[ 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
|
||||
|
|
Loading…
Reference in a new issue