From 36aa270da2017a482010a88bd0a83c969033c948 Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Sat, 23 Sep 2006 01:48:10 +0000 Subject: [PATCH] * Update the cacademo manpage to reflect the merge. --- doc/Makefile.am | 8 ++------ doc/cacafire.1 | 48 ++++++++++++++++++++---------------------------- 2 files changed, 22 insertions(+), 34 deletions(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index 809523a..af6bd19 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -50,11 +50,7 @@ if BUILD_DOCUMENTATION sed 's/man3caca/man3/g' $$man >$(DESTDIR)$(mandir)/man3/$${man##*/}; \ done $(mkinstalldirs) $(DESTDIR)$(mandir)/man1 - rm -f $(DESTDIR)$(mandir)/man1/cacaball.1 - ln -s cacafire.1 $(DESTDIR)$(mandir)/man1/cacaball.1 - rm -f $(DESTDIR)$(mandir)/man1/cacamoir.1 - ln -s cacafire.1 $(DESTDIR)$(mandir)/man1/cacamoir.1 - rm -f $(DESTDIR)$(mandir)/man1/cacaplas.1 - ln -s cacafire.1 $(DESTDIR)$(mandir)/man1/cacaplas.1 + rm -f $(DESTDIR)$(mandir)/man1/cacademo.1 + ln -s cacafire.1 $(DESTDIR)$(mandir)/man1/cacademo.1 endif diff --git a/doc/cacafire.1 b/doc/cacafire.1 index 224f6b4..d638e9b 100644 --- a/doc/cacafire.1 +++ b/doc/cacafire.1 @@ -1,33 +1,25 @@ -.TH libcaca 1 "2006-3-6" "libcaca" +.TH libcaca 1 "2006-9-23" "libcaca" .SH NAME -cacaball, cacafire, cacamoir, cacaplas \- libcaca's demonstration -applications +cacademo, cacafire \- libcaca's demonstration applications .SH SYNOPSIS -cacaball +cacademo .PP cacafire -.PP -cacamoir -.PP -cacaplas .RI .SH DESCRIPTION -This manual page documents briefly the cacaball, cacafire, cacamoir -and cacaplas programs. +This manual page documents briefly the cacademo and cacafire programs. .PP -.B cacaball -displays ASCII art metaballs. +.B cacademo +displays ASCII art effects with animated transitions: metaballs, moire pattern +of concentric circles, old school plasma, Matrix-like scrolling. .PP .B cacafire displays burning ASCII art flames. -.PP -.B cacamoir -displays a coloured ASCII art moire pattern of concentric circles. -.PP -.B cacaplas -displays an old school ASCII art plasma effect. .SH KEYS .TP +.B n +forces an effect transition to happen +.TP .B Space pauses and resumes the program .TP @@ -36,21 +28,21 @@ exits the program .SH BUGS Please report any bugs you find to . .SH LICENSE -cacaball, cacamoir and cacaplas are covered by the Do What The -Fuck You Want To Public License (WTFPL). -cacafire is covered by the GNU Lesser General Public License (LGPL). +cacademo is covered by the Do What The Fuck You Want To Public License +(WTFPL). cacafire is covered by the GNU Lesser General Public License (LGPL). .SH AUTHORS -.B cacamoir -and this manual page were written by Sam Hocevar . +.B cacademo's +moire and matrix effects and this manual page were written by Sam Hocevar +. .PP -.B cacaball -was written by Jean-Yves Lamoureux , +.B cacademo's +metaball effect was written by Jean-Yves Lamoureux , .B cacafire is a port of AAlib's .B aafire written by Jan Hubicka and -.B cacaplas -is a port of an SDL plasma effect written and put in the public domain by -Michele Bini . +.B cacademo's +plasma effect is a port of an SDL plasma effect written and put in the +public domain by Michele Bini . .SH SEE ALSO cacaview(1), aafire(1)