summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Pennock <zsh-workers+phil.pennock@spodhuis.org>2017-01-09 15:32:09 -0500
committerDaniel Shahaf <d.s@daniel.shahaf.name>2017-01-10 03:48:25 +0000
commit1db0eea95ae3d09475a8746ed85fe764b7c89798 (patch)
treeb7fb41320751e7b0c600c3ccaa990c5d1b49d710
parentebcc57210dab15bfc4ba2415bd98bca548966ef6 (diff)
downloadzsh-1db0eea95ae3d09475a8746ed85fe764b7c89798.tar.gz
zsh-1db0eea95ae3d09475a8746ed85fe764b7c89798.zip
40318 (in part): Document echo \c behaviour.
-rw-r--r--ChangeLog5
-rw-r--r--Doc/Zsh/builtins.yo2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 432ac4030..9dab82c46 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-01-10 Phil Pennock <zsh-workers+phil.pennock@spodhuis.org>
+
+ * 40318 (in part): Doc/Zsh/builtins.yo: Document echo \c
+ behaviour.
+
2017-01-10 Daniel Shahaf <d.s@daniel.shahaf.name>
* 40302: Completion/Unix/Command/_swaks: New _swaks completion
diff --git a/Doc/Zsh/builtins.yo b/Doc/Zsh/builtins.yo
index 7b04d0648..af336efa4 100644
--- a/Doc/Zsh/builtins.yo
+++ b/Doc/Zsh/builtins.yo
@@ -453,7 +453,7 @@ tt(echo) recognizes the following escape sequences:
startsitem()
sitem(tt(\a))(bell character)
sitem(tt(\b))(backspace)
-sitem(tt(\c))(suppress final newline)
+sitem(tt(\c))(suppress subsequent characters and final newline)
sitem(tt(\e))(escape)
sitem(tt(\f))(form feed)
sitem(tt(\n))(linefeed (newline))