diff options
| author | dana <dana@dana.is> | 2018-10-15 22:08:38 -0500 |
|---|---|---|
| committer | dana <dana@dana.is> | 2018-10-15 22:08:38 -0500 |
| commit | a8f90de4ffad2c0842bcff5998f50912e132e6d3 (patch) | |
| tree | 0432c4da6798b696c5f0cdb313de3a433e883400 /Doc | |
| parent | unposted: internals: Document sepjoin(). (diff) | |
| download | zsh-a8f90de4ffad2c0842bcff5998f50912e132e6d3.tar zsh-a8f90de4ffad2c0842bcff5998f50912e132e6d3.tar.gz zsh-a8f90de4ffad2c0842bcff5998f50912e132e6d3.tar.bz2 zsh-a8f90de4ffad2c0842bcff5998f50912e132e6d3.tar.lz zsh-a8f90de4ffad2c0842bcff5998f50912e132e6d3.tar.xz zsh-a8f90de4ffad2c0842bcff5998f50912e132e6d3.tar.zst zsh-a8f90de4ffad2c0842bcff5998f50912e132e6d3.zip | |
43672: Document result of redirecting from a non-existent file
Diffstat (limited to 'Doc')
| -rw-r--r-- | Doc/Zsh/redirect.yo | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/Zsh/redirect.yo b/Doc/Zsh/redirect.yo index c793638b7..833241574 100644 --- a/Doc/Zsh/redirect.yo +++ b/Doc/Zsh/redirect.yo @@ -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. |
