From a8f90de4ffad2c0842bcff5998f50912e132e6d3 Mon Sep 17 00:00:00 2001 From: dana Date: Mon, 15 Oct 2018 22:08:38 -0500 Subject: 43672: Document result of redirecting from a non-existent file --- ChangeLog | 5 +++++ Doc/Zsh/redirect.yo | 1 + 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 968194be1..619758ffa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2018-10-15 dana + + * 43672: Doc/Zsh/redirect.yo: Document result of redirecting + from a non-existent file + 2018-10-14 Daniel Shahaf * 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. -- cgit 1.4.1