1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-04 10:41:11 +02:00

40318 (in part): Document echo \c behaviour.

This commit is contained in:
Phil Pennock 2017-01-09 15:32:09 -05:00 committed by Daniel Shahaf
parent ebcc57210d
commit 1db0eea95a
2 changed files with 6 additions and 1 deletions

View file

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

View file

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