From 47583877f1a7930407505970974e12f996bc3ff3 Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Sun, 12 May 2013 00:44:41 -0700 Subject: [PATCH] Doc fix where wrong file was referenced in an example --- doc_src/index.hdr.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc_src/index.hdr.in b/doc_src/index.hdr.in index 6705aa411..23bdb4a21 100644 --- a/doc_src/index.hdr.in +++ b/doc_src/index.hdr.in @@ -163,7 +163,7 @@ Any file descriptor can be directed to a different output than its default through a simple mechanism called a redirection. An example of a file redirection is echo hello \>output.txt, -which directs the output of the echo command to the file error.txt. +which directs the output of the echo command to the file output.txt. - To redirect standard input, write \ - To redirect standard output, write \>DESTINATION