aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2013-05-12 00:44:41 -0700
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2013-05-12 00:44:41 -0700
commit47583877f1a7930407505970974e12f996bc3ff3 (patch)
treebedcfd488763ccc6b36b4e39487f4dc5245e33a9
parent7abf6c71ad113affcfbb101c80e309d1aaa4bddb (diff)
Doc fix where wrong file was referenced in an example
-rw-r--r--doc_src/index.hdr.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc_src/index.hdr.in b/doc_src/index.hdr.in
index 6705aa41..23bdb4a2 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 <code> echo hello \>output.txt</code>,
-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 <code>\<SOURCE_FILE</code>
- To redirect standard output, write <code>\>DESTINATION</code>