m manual + make file inits submodules

This commit is contained in:
Mattias Andrée 2012-07-26 03:34:04 +02:00
parent 0c71760130
commit 61c38c65f4
5 changed files with 14 additions and 2 deletions

View file

@ -17,6 +17,7 @@ ponythinkcompletion:
sed -e 's/ponysay/ponythink/g' <"completion/zsh-completion.zsh" | sed -e 's/\/ponythink\//\/ponysay\//g' -e 's/\\\/ponythink\\\//\\\/ponysay\\\//g' >"completion/zsh-completion-think.zsh" sed -e 's/ponysay/ponythink/g' <"completion/zsh-completion.zsh" | sed -e 's/\/ponythink\//\/ponysay\//g' -e 's/\\\/ponythink\\\//\\\/ponysay\\\//g' >"completion/zsh-completion-think.zsh"
submodules: submodules:
git submodule init
git submodule update git submodule update
(cd "ponyquotes4ponysay/"; make -B) (cd "ponyquotes4ponysay/"; make -B)

View file

@ -20,10 +20,12 @@ ponysay \- A cowsay wrapper with ponies
.SH SYNOPSIS .SH SYNOPSIS
.B ponysay .B ponysay
.RI [ options ] .RI [ options ]
[--]
.RI [ message ] .RI [ message ]
.br .br
.B ponythink .B ponythink
.RI [ options ] .RI [ options ]
[--]
.RI [ message ] .RI [ message ]
.br .br
.SH DESCRIPTION .SH DESCRIPTION

View file

@ -20,10 +20,12 @@ ponysay \- un contenedor para cowsay usando ponis
.SH SINOPSIS .SH SINOPSIS
.B ponysay .B ponysay
.RI [ opciones ] .RI [ opciones ]
[--]
.RI [ mensaje ] .RI [ mensaje ]
.br .br
.B ponythink .B ponythink
.RI [ opciones ] .RI [ opciones ]
[--]
.RI [ mensaje ] .RI [ mensaje ]
.br .br
.SH DESCRIPCIÓN .SH DESCRIPCIÓN

View file

@ -96,8 +96,8 @@ is printed on standard output.
The format for running the @command{ponysay} program is: The format for running the @command{ponysay} program is:
@example @example
ponysay [@var{option}@dots{}] [@var{message}] ponysay [@var{option}@dots{}] [--] [@var{message}]
ponythink [@var{option}@dots{}] [@var{message}] ponythink [@var{option}@dots{}] [--] [@var{message}]
@end example @end example
Running @command{ponysay} will print a speech balloon, Running @command{ponysay} will print a speech balloon,
@ -108,6 +108,9 @@ Otherwise @command{ponysay} and @command{ponythink} is the same thing.
@table @option @table @option
@item --
Parse the following arguments as parts of @code{@var{message}}.
@item -h @item -h
Show summary of options. Show summary of options.
@ -172,6 +175,7 @@ by hand, you can run @code{cat | ponysay}.
@node Fortune cookies @node Fortune cookies
@section Fortune cookies @section Fortune cookies
@cindex fortune @cindex fortune
@cindex startup
@cindex on startup @cindex on startup
If you have @command{fortune} installed -- this program may be named If you have @command{fortune} installed -- this program may be named
@ -315,6 +319,9 @@ extension @command{kmsponies4ponysay}.
@cindex kernel mode settings @cindex kernel mode settings
@cindex 9term @cindex 9term
@cindex putty @cindex putty
@cindex terminals
@cindex fonts
@cindex broken ponies
Ponysay works perfectly on @command{xterm}, @command{xterm} like terminals including Ponysay works perfectly on @command{xterm}, @command{xterm} like terminals including
@command{putty}, settings may however need to be customised for Unicode Character Set @command{putty}, settings may however need to be customised for Unicode Character Set

Binary file not shown.