aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2012-07-05 11:00:09 +0200
committerMattias Andrée <maandree@operamail.com>2012-07-05 11:00:09 +0200
commit615f84ca5c6804a1d599433601480874c3877fd7 (patch)
tree9ee06cc9d810bc15001c82c2c81c6cc563604748
parent241ace5d51eec2e0c0d9a7c728940e09b9ebd83f (diff)
downloadponysay-615f84ca5c6804a1d599433601480874c3877fd7.tar.gz
ponysay-615f84ca5c6804a1d599433601480874c3877fd7.tar.bz2
ponysay-615f84ca5c6804a1d599433601480874c3877fd7.zip
derp
-rw-r--r--manpage.111
1 files changed, 7 insertions, 4 deletions
diff --git a/manpage.1 b/manpage.1
index ec35533..e35603f 100644
--- a/manpage.1
+++ b/manpage.1
@@ -61,17 +61,20 @@ The screen column where the message should be wrapped
.B PONYSAY_BOTTOM
Under TTY (Linux VT), if the output is larger the the screen's height, only the beginning is
printed, leaving two blank lines. If you want the buttom to be printed rather the the beginning
-you can export \fBPONYSAY_BOTTOM\fP with the value \fIyes\fP, \fIy\fP or \fI1\fP.
+you can export \fIPONYSAY_BOTTOM\fP with the value \fIyes\fP, \fIy\fP or \fI1\fP.
+.TP
.B PONYSAY_SHELL_LINES
Under TTY (Linux VT), if the output is larger the the screen's height, two lines are left blank.
-If you want moer, or less, blank lines you can export \fBPONYSAY_SHELL_LINES\fP with the value
+If you want more, or less, blank lines you can export \fIPONYSAY_SHELL_LINES\fP with the value
of how many blank lines you want. Naturally this takes effect if the output is not actually larger
than the screen.
+.TP
.B PONYSAY_FULL_WIDTH
-You can export \fBPONYSAY_FULL_WIDTH\fP with the value \fIno\fP, \fIn\fP or \fI0\fP, if you
+You can export \fIPONYSAY_FULL_WIDTH\fP with the value \fIno\fP, \fIn\fP or \fI0\fP, if you
do not want the output to be truncated on the width to fit the terminal.
+.TP
.B PONYSAY_TRUNCATE_HEIGHT
-Export \fBPONYSAY_TRUNCATE_HEIGHT\fP with the value \fIyes\fP, \fIy\fP or \fI1\fP, if you
+Export \fIPONYSAY_TRUNCATE_HEIGHT\fP with the value \fIyes\fP, \fIy\fP or \fI1\fP, if you
want to truncate the output on the height even if you are not running \fIponysay\fP under TTY.
.SH BUG
Bugs can be reported in <\fBhttps://github.com/erkin/ponysay/issues\fP>.