aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2012-10-25 06:48:11 +0300
committerMattias Andrée <maandree@operamail.com>2012-10-25 06:48:11 +0300
commit2e674671cb6831cda8f0c917d96f421fb1e3fd1b (patch)
tree56700028ff4a129c21aaa438da1dcd6f3e49c7ef
parent2f1a10eedfabaf592fe6587d8b666d6d573bb771 (diff)
downloadponysay-2e674671cb6831cda8f0c917d96f421fb1e3fd1b.tar.gz
ponysay-2e674671cb6831cda8f0c917d96f421fb1e3fd1b.tar.bz2
ponysay-2e674671cb6831cda8f0c917d96f421fb1e3fd1b.zip
whoops
-rw-r--r--manuals/ponysay.texinfo2
1 files changed, 1 insertions, 1 deletions
diff --git a/manuals/ponysay.texinfo b/manuals/ponysay.texinfo
index 01a4fa6..d4b9f77 100644
--- a/manuals/ponysay.texinfo
+++ b/manuals/ponysay.texinfo
@@ -439,7 +439,7 @@ of the balloon style file, and if definied in the pony file, file meta data and
In most shells, a file descriptor 3 can defined using @command{3> FILE}, and linked to
stderr using @command{3>&2}. For example, you can print the information to @file{~/info}
-by running @command{ponysay I\'m just the cutest pony! | 3> ~/info}.
+by running @command{ponysay I\'m just the cutest pony! 3> ~/info}.
The message is not stored this way, for that you can use @command{tee}. However, if you
use @option{-q} the quote file is printed to file descriptor 3.