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 --- Doc/Zsh/redirect.yo | 1 + 1 file changed, 1 insertion(+) (limited to 'Doc') 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