diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1998-01-18 08:06:02 +0800 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1998-01-18 08:06:02 +0800 |
commit | 4da6ff8f1ae0e0715671637fb9af78646eb2f99c (patch) | |
tree | 00fbec1d46d69fe4fd6a4e2730e5417ee6f83671 /misc | |
parent | f118640d86dd7fd53c5931a9bee01fb3e2e628a4 (diff) | |
download | freebsd-ports-gnome-4da6ff8f1ae0e0715671637fb9af78646eb2f99c.tar.gz freebsd-ports-gnome-4da6ff8f1ae0e0715671637fb9af78646eb2f99c.tar.zst freebsd-ports-gnome-4da6ff8f1ae0e0715671637fb9af78646eb2f99c.zip |
Added more information to the manpage.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/figlet/files/patch-ab | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/misc/figlet/files/patch-ab b/misc/figlet/files/patch-ab new file mode 100644 index 000000000000..269696ca9ce6 --- /dev/null +++ b/misc/figlet/files/patch-ab @@ -0,0 +1,55 @@ +--- figlet.6.orig Tue Feb 18 15:02:28 1997 ++++ figlet.6 Sat Jan 17 16:03:56 1998 +@@ -50,7 +50,27 @@ + [ + .I message + ] +- ++.br ++.B chkfont ++.I fontfile ++[ ++.I ... ++] ++.br ++.B figlist ++[ ++.B \-d ++.I font_directory ++] ++.br ++.B showfigfonts ++[ ++.B \-d ++.I font_directory ++] ++[ ++sample_word ++] + .SH DESCRIPTION + .B FIGlet + prints its input using large characters +@@ -94,6 +114,23 @@ + in compressed form. + See + .BR "COMPRESSED FONTS" . ++ ++.B chkfont ++checks ++.B FIGlet ++fonts for formatting errors. ++.B chkfont ++is useful for those wishing to design or edit their own fonts. ++ ++.B figlist ++lists all the available fonts and control files. ++ ++.B showfigfonts ++displays a sample of each avaiable font in ++.I font_directory ++using the name of the font as the sample text, unless ++.I sample_word ++is specified. + + .SH USAGE + Just start up |