mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-03 22:32:12 +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
|
@ -1,5 +1,7 @@
|
|||
2000-08-03 Sven Wischnowsky <wischnow@zsh.org>
|
||||
|
||||
* 12497: Doc/Zsh/builtins.yo: small fix for `read -r' doc
|
||||
|
||||
* 12496: Completion/Core/_path_files: one more problem with
|
||||
quoting of glob characters in filename completion
|
||||
|
||||
|
|
|
@ -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…
Reference in a new issue