1
0
Fork 0
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:
Sven Wischnowsky 2000-08-03 11:34:01 +00:00
parent 7bf1f0292d
commit d86e25ef2e
2 changed files with 4 additions and 1 deletions

View file

@ -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