Sync usage with man page.
[netbsd-mini2440.git] / usr.bin / banner / banner.1
blob3b4d31210c227e1ef787765e4065ffd791830ede
1 .\"     $NetBSD: banner.1,v 1.6 2001/12/01 16:43:07 wiz Exp $
2 .\"
3 .\"     @(#)Copyright (c) 1995, Simon J. Gerraty.
4 .\"
5 .\"     This is free software.  It comes with NO WARRANTY.
6 .\"     Permission to use, modify and distribute this source code
7 .\"     is granted subject to the following conditions.
8 .\"     1/ that the above copyright notice and this notice
9 .\"     are preserved in all copies and that due credit be given
10 .\"     to the author.
11 .\"     2/ that any changes to this code are clearly commented
12 .\"     as such so that the author does not get blamed for bugs
13 .\"     other than his own.
14 .\"
15 .\"     Please send copies of changes and bug-fixes to:
16 .\"     sjg@zen.void.oz.au
17 .\"
18 .Dd April 9, 1995
19 .Dt BANNER 1
20 .Os
21 .Sh NAME
22 .Nm banner
23 .Nd print strings in large letters
24 .Sh SYNOPSIS
25 .Nm
26 .Bk -words
27 .Op Fl f Ar fg
28 .Ek
29 .Bk -words
30 .Op Fl b Ar bg
31 .Ek
32 .Bk -words
33 .Op Fl l
34 .Ek
35 .Ar string ...
36 .Sh DESCRIPTION
37 .Nm
38 prints up to 10 chars of each
39 .Ar string
40 in large letters on the standard output.
41 .Pp
42 The options are:
43 .Bl -tag -width Ds
44 .It Fl b Ar bg
45 Use
46 .Ar bg
47 as the background color (character) rather than the default
48 .Dq \  .
49 .It Fl f Ar fg
50 Use
51 .Ar fg
52 as the foreground color (character) rather than the default
53 .Dq # .
55 .Ar fg
57 .Dq - ,
58 then the actual letter being printed is used as the
59 foreground color in the same way that LPD does it.
60 The results are quite variable.
61 .It Fl l
62 Use the more attractive LPD font instead of the traditional
63 .Nm
64 font.
65 .El
66 .Sh SEE ALSO
67 .Xr banner 6