mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-23 16:40:24 +02:00
small fix for `read -r' doc (12497)
This commit is contained in:
parent
7bf1f0292d
commit
d86e25ef2e
2 changed files with 4 additions and 1 deletions
|
@ -761,7 +761,8 @@ fields assigned to the last var(name).
|
|||
startitem()
|
||||
item(tt(-r))(
|
||||
Raw mode: a `tt(\)' at the end of a line does not signify line
|
||||
continuation.
|
||||
continuation and backslashes in the line don't quote the following
|
||||
character and are not removed.
|
||||
)
|
||||
item(tt(-q))(
|
||||
Read only one character from the terminal and set var(name) to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue