diff options
author | Mattias Andrée <maandree@operamail.com> | 2012-10-25 06:48:11 +0300 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2012-10-25 06:48:11 +0300 |
commit | 2e674671cb6831cda8f0c917d96f421fb1e3fd1b (patch) | |
tree | 56700028ff4a129c21aaa438da1dcd6f3e49c7ef /manuals/ponysay.texinfo | |
parent | 2f1a10eedfabaf592fe6587d8b666d6d573bb771 (diff) | |
download | ponysay-2e674671cb6831cda8f0c917d96f421fb1e3fd1b.tar.gz ponysay-2e674671cb6831cda8f0c917d96f421fb1e3fd1b.tar.bz2 ponysay-2e674671cb6831cda8f0c917d96f421fb1e3fd1b.zip |
whoops
Diffstat (limited to 'manuals/ponysay.texinfo')
-rw-r--r-- | manuals/ponysay.texinfo | 2 |
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. |