diff options
author | Pablo Lezaeta <prflr88@gmail.com> | 2012-08-13 03:00:05 -0400 |
---|---|---|
committer | Pablo Lezaeta <prflr88@gmail.com> | 2012-08-13 03:00:05 -0400 |
commit | 0f92547c9e0f813a6965e693becb598ade1ee3b7 (patch) | |
tree | 77fcd77253f4a8954b825b41e01114dce32b255f | |
parent | 4d3fa09ea0d10457608a9b2e887e66caf8aa92c2 (diff) | |
download | ponysay-0f92547c9e0f813a6965e693becb598ade1ee3b7.tar.gz ponysay-0f92547c9e0f813a6965e693becb598ade1ee3b7.tar.bz2 ponysay-0f92547c9e0f813a6965e693becb598ade1ee3b7.zip |
Added missing mention of PONYSAY_COWSAY, PDF habe it
-rw-r--r-- | manuals/manpage.6 | 7 | ||||
-rw-r--r-- | manuals/manpage.es.6 | 7 |
2 files changed, 14 insertions, 0 deletions
diff --git a/manuals/manpage.6 b/manuals/manpage.6 index fd4f906..3170008 100644 --- a/manuals/manpage.6 +++ b/manuals/manpage.6 @@ -90,6 +90,13 @@ do not want the output to be truncated on the width to fit the terminal. .B PONYSAY_TRUNCATE_HEIGHT 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. +.TP +.B PONYSAY_COWSAY +.B PONYSAY_COWTHINK +If you want to use another program than cowsay (the first cowsay found in $PATH), you need export +\fPONYSAY_COWSAY\fP with the value of the program. If, and only if, \fPONYSAY_COWSAY\fP does not +have any value. +\fPONYSAY_COWTHINK\fP will be used instead of \fPONYSAY_COWSAY\fP if you run ponythink. .SH BUG Bugs can be reported in <\fBhttps://github.com/erkin/ponysay/issues\fP>. .SH SEE ALSO diff --git a/manuals/manpage.es.6 b/manuals/manpage.es.6 index d172d64..212a4ff 100644 --- a/manuals/manpage.es.6 +++ b/manuals/manpage.es.6 @@ -91,6 +91,13 @@ no desea que la salida sea truncada para que calce en la terminal. .B PONYSAY_TRUNCATE_HEIGHT Exporte \fIPONYSAY_TRUNCATE_HEIGHT\fP con el valor \fIyes\fP, \fIy\fP o \fI1\fP, si desea truncar la salida en el largo aun si no se está dentro de una terminal \fIponysay\fP bajo TTY. +.TP +.B PONYSAY_COWSAY +.B PONYSAY_COWTHINK +Si desea usar otro programa en lugar de cowsay (el primer cowsay encontrado en $PATH), nesecitará +exportar \fPONYSAY_COWSAY\fP con el valor del programa. Si y solo si, \fPONYSAY_COWSAY\fP no tiene +un valor asignado. +\fPONYSAY_COWTHINK\fP puede ser usado en lugar de \fPONYSAY_COWSAY\fP si va a usar ponythink. .SH BUGs .nf Los bugs pueden ser reportados en |