tools/llvm: Do not build with symbols
[minix3.git] / usr.bin / banner / banner.1
blob73e602aac0fa9590d1a26e199a30434b8f51c893
1 .\"     $NetBSD: banner.1,v 1.9 2012/02/29 08:54:55 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 February 26, 2012
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 .Op Fl l
27 .Op Fl b Ar bg
28 .Op Fl f Ar fg
29 .Ar string ...
30 .Sh DESCRIPTION
31 .Nm
32 prints up to 10 chars of each
33 .Ar string
34 in large letters on the standard output.
35 .Pp
36 The options are:
37 .Bl -tag -width Ds
38 .It Fl b Ar bg
39 Use
40 .Ar bg
41 as the background color (character) rather than the default
42 .Dq \  .
43 .It Fl f Ar fg
44 Use
45 .Ar fg
46 as the foreground color (character) rather than the default
47 .Dq # .
49 .Ar fg
51 .Dq - ,
52 then the actual letter being printed is used as the
53 foreground color in the same way that LPD does it.
54 The results are quite variable.
55 .It Fl l
56 Use the more attractive LPD font instead of the traditional
57 .Nm
58 font.
59 .El
60 .Sh EXIT STATUS
61 .Ex -std
62 .Sh SEE ALSO
63 .Xr banner 6