aboutsummaryrefslogtreecommitdiff
path: root/manuals/ponysay.texinfo
diff options
context:
space:
mode:
Diffstat (limited to 'manuals/ponysay.texinfo')
-rw-r--r--manuals/ponysay.texinfo11
1 files changed, 10 insertions, 1 deletions
diff --git a/manuals/ponysay.texinfo b/manuals/ponysay.texinfo
index 1fa708f..a558575 100644
--- a/manuals/ponysay.texinfo
+++ b/manuals/ponysay.texinfo
@@ -248,7 +248,14 @@ balloon style is specified a fallback style will be used.
@opindex @option{-W}
@opindex @option{--wrap}
Specify the screen column where the message should be wrapped, this is by default 40,
-as with @command{cowsay}.
+as with @command{cowsay}. If the argument is not an integer, but starts instead with
+@code{n} (for ‘none’ or ‘no’), no wrapping is done, and if it starts with @code{i}
+(for ‘inherit’) the width of the terminal is used.
+
+@code{n} and @code{i} is case insensitive, so you may use @code{N} and @code{I}
+instead. Additionally, typo correction is for QWERTY and Dvorak is built in to
+@command{ponysay}; the nearest key, either to the left or to the right, depending
+on which hand is used to press the key, is also allowed.
@item -c
@itemx --compress
@@ -2054,6 +2061,8 @@ than unlimited. Currently this cannot be modified (without editing the source co
@item
If file descriptor 3 is definied when @command{ponysay} is executed, extra information is
printed to it.
+@item
+Arguments starting with @code{n} or @code{i} is allowed for @option{-W}.
@end itemize