summary refs log tree commit diff
diff options
context:
space:
mode:
authordana <dana@dana.is>2018-10-15 22:08:38 -0500
committerdana <dana@dana.is>2018-10-15 22:08:38 -0500
commita8f90de4ffad2c0842bcff5998f50912e132e6d3 (patch)
tree0432c4da6798b696c5f0cdb313de3a433e883400
parentbf9da44931de98984b9eae0dd7b207d433abd59c (diff)
downloadzsh-a8f90de4ffad2c0842bcff5998f50912e132e6d3.tar.gz
zsh-a8f90de4ffad2c0842bcff5998f50912e132e6d3.tar.xz
zsh-a8f90de4ffad2c0842bcff5998f50912e132e6d3.zip
43672: Document result of redirecting from a non-existent file
-rw-r--r--ChangeLog5
-rw-r--r--Doc/Zsh/redirect.yo1
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 968194be1..619758ffa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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().
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.