fix to reeves fix of dgo handling (reset b_active to 1)
[unix-history] / .ref-BSD-3 / usr / man / man6 / banner.6
CommitLineData
e5ec0959
MH
1.TH BANNER 6
2.UC
3.SH NAME
4banner \- print large banner on printer
5.SH SYNOPSIS
6.B banner
7[
8.BI \-w n
9]
10message ...
11.SH DESCRIPTION
12.I Banner
13prints a large, high quality banner on the standard output.
14If the message is omitted, it prompts for and
15reads one line of its standard input.
16If
17.B \-w
18is given, the output is scrunched down from a width
19of 132 to
20.I n ,
21suitable for a narrow terminal.
22If
23.I n
24is omitted,
25it defaults to 80.
26.PP
27The output should be printed on a hard-copy device, up to 132 columns wide,
28with no breaks between the pages. The volume is enough that you want
29a printer or a fast hardcopy terminal, but if you are patient, a
30decwriter or other 300 baud terminal will do.
31.SH BUGS
32Several ASCII characters are not defined, notably <, >, [, ], \\,
33^, _, {, }, |, and ~. Also, the characters ", ', and & are funny
34looking (but in a useful way.)
35.PP
36The
37.B \-w
38option is implemented by skipping some rows and columns.
39The smaller it gets, the grainier the output.
40Sometimes it runs letters together.
41.SH AUTHOR
42Mark Horton