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:
parent
bf9da44931
commit
a8f90de4ff
2 changed files with 6 additions and 0 deletions
|
@ -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>
|
2018-10-14 Daniel Shahaf <d.s@daniel.shahaf.name>
|
||||||
|
|
||||||
* unposted: Src/utils.c: internals: Document sepjoin().
|
* unposted: Src/utils.c: internals: Document sepjoin().
|
||||||
|
|
|
@ -26,6 +26,7 @@ separate filename in turn.
|
||||||
startitem()
|
startitem()
|
||||||
item(tt(<) var(word))(
|
item(tt(<) var(word))(
|
||||||
Open file var(word) for reading as standard input.
|
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))(
|
item(tt(<>) var(word))(
|
||||||
Open file var(word) for reading and writing as standard input.
|
Open file var(word) for reading and writing as standard input.
|
||||||
|
|
Loading…
Reference in a new issue