aboutsummaryrefslogtreecommitdiff
path: root/manuals
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2012-07-25 17:14:02 +0200
committerMattias Andrée <maandree@operamail.com>2012-07-25 17:14:02 +0200
commitc37a557db9c4590fc007c58e9371ac07578a0744 (patch)
treef4c69505e3614d8cdb5396bf54842e395e72ae04 /manuals
parent18680cf4ade3cd05f9e764b64ec0b91b4d970c05 (diff)
downloadponysay-c37a557db9c4590fc007c58e9371ac07578a0744.tar.gz
ponysay-c37a557db9c4590fc007c58e9371ac07578a0744.tar.bz2
ponysay-c37a557db9c4590fc007c58e9371ac07578a0744.zip
manual update and typo fixes
Diffstat (limited to 'manuals')
-rw-r--r--manuals/infoimage.pdfbin0 -> 67812 bytes
-rw-r--r--manuals/infoimage.xcfbin0 -> 345995 bytes
-rw-r--r--manuals/manpage.64
-rw-r--r--manuals/manpage.es.62
-rw-r--r--manuals/ponysay.texinfo24
5 files changed, 19 insertions, 11 deletions
diff --git a/manuals/infoimage.pdf b/manuals/infoimage.pdf
new file mode 100644
index 0000000..5327e4c
--- /dev/null
+++ b/manuals/infoimage.pdf
Binary files differ
diff --git a/manuals/infoimage.xcf b/manuals/infoimage.xcf
new file mode 100644
index 0000000..96ac315
--- /dev/null
+++ b/manuals/infoimage.xcf
Binary files differ
diff --git a/manuals/manpage.6 b/manuals/manpage.6
index 616611a..5f8c839 100644
--- a/manuals/manpage.6
+++ b/manuals/manpage.6
@@ -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.)
.PP
\fBponythink\fP is to \fIponysay\fP as \fIcowthink\fP is to \fIcowsay\fP.
+.PP
+For an extensive documentation run `info ponysay`.
.SH OPTIONS
A summary of options is included below.
.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,
and one of the will be selected randomly.
.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:
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
diff --git a/manuals/manpage.es.6 b/manuals/manpage.es.6
index b89b216..6f9e1eb 100644
--- a/manuals/manpage.es.6
+++ b/manuals/manpage.es.6
@@ -61,7 +61,7 @@ Lista los ponis con nombres sinónimos dentro de corchetes.
.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.
.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
(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
diff --git a/manuals/ponysay.texinfo b/manuals/ponysay.texinfo
index 24cbe03..0a84da7 100644
--- a/manuals/ponysay.texinfo
+++ b/manuals/ponysay.texinfo
@@ -36,6 +36,11 @@ Texts. A copy of the license is included in the section entitled
@title Ponysay
@subtitle A cowsay wrapper for ponies.
@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)
@page
@@ -183,6 +188,7 @@ effect described in the previous paragraph every time you open a terminal.
@node Ponification
@section Ponification
@cindex ponification
+@cindex text ponification
@cindex ponypipe
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
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
-can easily be removed.
+As of version 1.2 @command{ponyquotes4ponysay} is included in @command{ponysay}, but can easily
+be removed, but is still available at @url{https://github.com/maandree/ponyquotes4ponysay}.
@node kmsponies4ponysay
@@ -606,6 +610,8 @@ should, for example, contain:
@}
@end example
+@command{kmsponies4ponysay} uses @code{/var/cache/kmsponies4ponysay/} for cache space.
+
@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
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.
-The clear the screen we print ``\e[H\e[2J'' (\e is ESC) in at beginning. ``\e[H'' places
-the cursor at the beginning of the screen, and ``\e[2J'' clears everything on the screen
-after, and including at, the cursor. If we would use ``\ec'' (that is a reset), we would
-also turn off num. lock and caps. lock.
+The clear the screen we print ``@code{\e[H\e[2J}'' (@code{\e} is ESC) in at beginning.
+``@code{\e[H}'' places the cursor at the beginning of the screen, and ``@code{\e[2J}'' clears
+everything on the screen after, and including at, the cursor. If we would use ``@code{\ec}''
+(that is a reset), we would also turn off num. lock and caps. lock.
@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
at @url{https://github.com/maandree/util-say}.
@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 pony–balloon link, displayed as good as
possible when marked in the terminal (somewhat compromised by the first aspect,) and
same width on all rows.