1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-26 18:01:03 +02:00

43672: Document result of redirecting from a non-existent file

This commit is contained in:
dana 2018-10-15 22:08:38 -05:00
parent bf9da44931
commit a8f90de4ff
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2018-10-15 dana <dana@dana.is>
* 43672: Doc/Zsh/redirect.yo: Document result of redirecting
from a non-existent file
2018-10-14 Daniel Shahaf <d.s@daniel.shahaf.name>
* unposted: Src/utils.c: internals: Document sepjoin().

View file

@ -26,6 +26,7 @@ separate filename in turn.
startitem()
item(tt(<) var(word))(
Open file var(word) for reading as standard input.
It is an error to open a file in this fashion if it does not exist.
)
item(tt(<>) var(word))(
Open file var(word) for reading and writing as standard input.