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:
parent
ebcc57210d
commit
1db0eea95a
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue