manual update and typo fixes

This commit is contained in:
Mattias Andrée 2012-07-25 17:14:02 +02:00
parent 18680cf4ad
commit c37a557db9
6 changed files with 19 additions and 11 deletions

BIN
manuals/infoimage.pdf Normal file

Binary file not shown.

BIN
manuals/infoimage.xcf Normal file

Binary file not shown.

View file

@ -39,6 +39,8 @@ If no arguments are provided, the program only accepts standard input piped from
either here documents or here strings (see man bash(1) for details on here document/string.) either here documents or here strings (see man bash(1) for details on here document/string.)
.PP .PP
\fBponythink\fP is to \fIponysay\fP as \fIcowthink\fP is to \fIcowsay\fP. \fBponythink\fP is to \fIponysay\fP as \fIcowthink\fP is to \fIcowsay\fP.
.PP
For an extensive documentation run `info ponysay`.
.SH OPTIONS .SH OPTIONS
A summary of options is included below. A summary of options is included below.
.TP .TP
@ -58,7 +60,7 @@ List pony files with synonyms inside brackets.
Select a pony (either a file name or a pony name), you can use this options multiple times, Select a pony (either a file name or a pony name), you can use this options multiple times,
and one of the will be selected randomly. and one of the will be selected randomly.
.TP .TP
.B \-q [\fIname\fp...] .B \-q [\fIname\fP...]
By using this option, a pony will be printed with quotes from her in My Litte Pony: By using this option, a pony will be printed with quotes from her in My Litte Pony:
Friendship is Magic. The pony will be selected randomly, unless at least one pony Friendship is Magic. The pony will be selected randomly, unless at least one pony
is added as an argument after \fI-q\fP. If one or more ponies are added after \fI-q\fP is added as an argument after \fI-q\fP. If one or more ponies are added after \fI-q\fP

View file

@ -61,7 +61,7 @@ Lista los ponis con nombres sinónimos dentro de corchetes.
.B \-f \fInombre\fP .B \-f \fInombre\fP
selecciona un poni específico (ya sea un archivo o el nombre directamente), puedes usar esta opción con múltiples ponis y de estos será elejído uno al azar. selecciona un poni específico (ya sea un archivo o el nombre directamente), puedes usar esta opción con múltiples ponis y de estos será elejído uno al azar.
.TP .TP
.B \-q [\fInombre\fP]... .B \-q [\fInombre\fP...]
Usando esta opción un poni será mostrado dando una cita de My Little Pony: Frienship is magic Usando esta opción un poni será mostrado dando una cita de My Little Pony: Frienship is magic
(My Little Pony: La magia de la amistad). Este poni será seleccionado aleatoriamente salvo que (My Little Pony: La magia de la amistad). Este poni será seleccionado aleatoriamente salvo que
uno o varios ponis sean agregados tras la opción \fI-q\fP, en cuyo caso se seleccionará aleatoriamente uno uno o varios ponis sean agregados tras la opción \fI-q\fP, en cuyo caso se seleccionará aleatoriamente uno

View file

@ -36,6 +36,11 @@ Texts. A copy of the license is included in the section entitled
@title Ponysay @title Ponysay
@subtitle A cowsay wrapper for ponies. @subtitle A cowsay wrapper for ponies.
@subtitle Covers ponysay version @value{VERSION}. @subtitle Covers ponysay version @value{VERSION}.
@c ** start of front page image **
@c If print make a pdf or hard copy with the front cover
@c you may or may not want to remove this.
@image{infoimage,423.5px}
@c ** end of front page image **
@author by Mattias Andrée (maandree) @author by Mattias Andrée (maandree)
@page @page
@ -183,6 +188,7 @@ effect described in the previous paragraph every time you open a terminal.
@node Ponification @node Ponification
@section Ponification @section Ponification
@cindex ponification @cindex ponification
@cindex text ponification
@cindex ponypipe @cindex ponypipe
You can ponify text (i.e. replaces words search as ``everyone'' with ``everypony'') You can ponify text (i.e. replaces words search as ``everyone'' with ``everypony'')
@ -562,11 +568,9 @@ are enabled when other packages are installed.
@command{ponyquotes4ponysay} is a package that adds support for MLP:FiM quotes that are @command{ponyquotes4ponysay} is a package that adds support for MLP:FiM quotes that are
displayed with the associated ponies. See @ref{Invoking ponysay} for more information. displayed with the associated ponies. See @ref{Invoking ponysay} for more information.
@command{ponyquotes4ponysay} can be downloaded at
@url{https://github.com/maandree/ponyquotes4ponysay}.
As of version 1.2 @command{ponyquotes4ponysay} is included in @command{ponysay}, but As of version 1.2 @command{ponyquotes4ponysay} is included in @command{ponysay}, but can easily
can easily be removed. be removed, but is still available at @url{https://github.com/maandree/ponyquotes4ponysay}.
@node kmsponies4ponysay @node kmsponies4ponysay
@ -606,6 +610,8 @@ should, for example, contain:
@} @}
@end example @end example
@command{kmsponies4ponysay} uses @code{/var/cache/kmsponies4ponysay/} for cache space.
@node Inner workings @node Inner workings
@ -649,10 +655,10 @@ Since Linux VT (TTY) does not have capabilities for returning the pssition of th
the screen must always be cleared before printing the ponies to make sure the pony's the screen must always be cleared before printing the ponies to make sure the pony's
colours is not lost, i.e. reduced to mare 16 colours, during print. The colours are reduced colours is not lost, i.e. reduced to mare 16 colours, during print. The colours are reduced
if the pony's position on the screen is changed. This is only relevant with KMS support. if the pony's position on the screen is changed. This is only relevant with KMS support.
The clear the screen we print ``\e[H\e[2J'' (\e is ESC) in at beginning. ``\e[H'' places The clear the screen we print ``@code{\e[H\e[2J}'' (@code{\e} is ESC) in at beginning.
the cursor at the beginning of the screen, and ``\e[2J'' clears everything on the screen ``@code{\e[H}'' places the cursor at the beginning of the screen, and ``@code{\e[2J}'' clears
after, and including at, the cursor. If we would use ``\ec'' (that is a reset), we would everything on the screen after, and including at, the cursor. If we would use ``@code{\ec}''
also turn off num. lock and caps. lock. (that is a reset), we would also turn off num. lock and caps. lock.
@node Truncation @node Truncation
@ -733,7 +739,7 @@ directory. You can use the check which ponies are added and which are not.
New ponies can be created from regular images by using util-say, which is available New ponies can be created from regular images by using util-say, which is available
at @url{https://github.com/maandree/util-say}. at @url{https://github.com/maandree/util-say}.
@command{img2xterm} (@url{https://github.com/rossy2401/img2xterm}) was used earlier, @command{img2xterm} (@url{https://github.com/rossy2401/img2xterm}) was used earlier,
but util-say tries do optimise the images in some aspects: as good as possible for but util-say tries to optimise the images in some aspects: as good as possible for
low capability terminals, tries to place the ponyballoon link, displayed as good as low capability terminals, tries to place the ponyballoon link, displayed as good as
possible when marked in the terminal (somewhat compromised by the first aspect,) and possible when marked in the terminal (somewhat compromised by the first aspect,) and
same width on all rows. same width on all rows.

Binary file not shown.