diff options
author | Mattias Andrée <maandree@operamail.com> | 2012-08-19 01:49:05 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2012-08-19 01:49:05 +0200 |
commit | bba147e0c91c51db250a30209d6003e27dfb944e (patch) | |
tree | 3a80518e9c49b6d6cbf195ac39a9039003c28a0b | |
parent | 83fe553159d9b1d83220c13720c8eeb3b7aad67a (diff) | |
download | ponysay-bba147e0c91c51db250a30209d6003e27dfb944e.tar.gz ponysay-bba147e0c91c51db250a30209d6003e27dfb944e.tar.bz2 ponysay-bba147e0c91c51db250a30209d6003e27dfb944e.zip |
m info
-rw-r--r-- | manuals/ponysay.texinfo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/manuals/ponysay.texinfo b/manuals/ponysay.texinfo index 0accc6e..8270fe9 100644 --- a/manuals/ponysay.texinfo +++ b/manuals/ponysay.texinfo @@ -303,10 +303,10 @@ are not running @command{ponysay} under TTY. @cindex replace cowsay If you want to use another program than @command{cowsay} (the first @command{cowsay} found in @code{$PATH}), you can export @code{PONYSAY_COWSAY} -with the value of that program. If, and only if, @code{PONYSAY_COWSAY} does -not have any value, @command{cowsay} is patch with @code{use utf8;} to the -beginning. The @code{use utf8;} patch is introduced to make it easier to -customise cowsay. +with the value of that program. In earlier verions than version 2.0: If, and +only if, @code{PONYSAY_COWSAY} does not have any value, @command{cowsay} is +patch with @code{use utf8;} to the beginning. The @code{use utf8;} patch is +introduced to make it easier to customise cowsay. @code{PONYSAY_COWTHINK} will be used instead of @code{PONYSAY_COWSAY} if you run @command{ponythink}. |