xref: /netbsd/usr.bin/banner/banner.1 (revision c4a72b64)
1.\"	$NetBSD: banner.1,v 1.7 2002/09/30 09:33:39 grant 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
38prints up to 10 chars of each
39.Ar string
40in large letters on the standard output.
41.Pp
42The options are:
43.Bl -tag -width Ds
44.It Fl b Ar bg
45Use
46.Ar bg
47as the background color (character) rather than the default
48.Dq \  .
49.It Fl f Ar fg
50Use
51.Ar fg
52as the foreground color (character) rather than the default
53.Dq # .
54If
55.Ar fg
56is
57.Dq - ,
58then the actual letter being printed is used as the
59foreground color in the same way that LPD does it.
60The results are quite variable.
61.It Fl l
62Use the more attractive LPD font instead of the traditional
63.Nm
64font.
65.El
66.Sh SEE ALSO
67.Xr banner 6
68