diff options
author | Mattias Andrée <maandree@operamail.com> | 2012-10-11 22:39:50 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2012-10-11 22:39:50 +0200 |
commit | 8285ce9a0f8eb43777cf1d37d58c94b9b9a56f48 (patch) | |
tree | f79a6f10b5b1af9b5e7373c50310e74b26ba7226 | |
parent | 024ca3965e8aa776d2457974b616e58a0e213c5d (diff) | |
download | ponysay-8285ce9a0f8eb43777cf1d37d58c94b9b9a56f48.tar.gz ponysay-8285ce9a0f8eb43777cf1d37d58c94b9b9a56f48.tar.bz2 ponysay-8285ce9a0f8eb43777cf1d37d58c94b9b9a56f48.zip |
document -X, -V and -K in info manual (I am not sure if the manpage should document this, it is not too useful)
-rw-r--r-- | manuals/ponysay.texinfo | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/manuals/ponysay.texinfo b/manuals/ponysay.texinfo index 931f853..2954af5 100644 --- a/manuals/ponysay.texinfo +++ b/manuals/ponysay.texinfo @@ -282,6 +282,38 @@ and the second are non-MLP:FiM. @opindex @option{--altall} List all ponies names, including alternatives, these from MLP:FiM and non-MLP:FiM the first list are the MLP:FiM and the second one are non-MLP:FiM. + +@item -X +@itemx --256-colours +@itemx --256colours +@itemx --x-colours +@opindex @option{-X} +@opindex @option{--256-colours} +@opindex @option{--256colours} +@opindex @option{--x-colours} +Use @command{xterm}'s 256-colour support (supported by most X11 terminals), despite +your terminal's actual compatibilies. + +@item -V +@itemx --tty-colours +@itemx --ttycolours +@itemx --vt-colours +@opindex @option{-V} +@opindex @option{--tty-colours} +@opindex @option{--ttycolours} +@opindex @option{--vt-colours} +Use Linux VT's compatbilies without KMS utilisation, despite your terminal's actual +compatibilies. + +@item -K +@itemx --kms-colours +@itemx --kmscolours +@opindex @option{-K} +@opindex @option{--kms-colours} +@opindex @option{--kmscolours} +Use Linux VT's compatbilies with KMS utilisation, despite your terminal's actual +compatibilies. + @end table @opindex @var{message} |