about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2000-08-03 11:34:01 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2000-08-03 11:34:01 +0000
commitd86e25ef2e96e47ecff262421a2fba4710ca603b (patch)
tree6437f1469566af281a9c8a89a8dac655f5152532
parent7bf1f0292dec271281e82b0aa5a7908307a5e929 (diff)
downloadzsh-d86e25ef2e96e47ecff262421a2fba4710ca603b.tar.gz
zsh-d86e25ef2e96e47ecff262421a2fba4710ca603b.tar.xz
zsh-d86e25ef2e96e47ecff262421a2fba4710ca603b.zip
small fix for `read -r' doc (12497)
-rw-r--r--ChangeLog2
-rw-r--r--Doc/Zsh/builtins.yo3
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2aabf988d..bc42131e2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
 	
diff --git a/Doc/Zsh/builtins.yo b/Doc/Zsh/builtins.yo
index b72778ce4..14b7391dd 100644
--- a/Doc/Zsh/builtins.yo
+++ b/Doc/Zsh/builtins.yo
@@ -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