diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-25 21:07:28 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-25 21:07:28 -0400 |
| commit | 711594636704defae873be1a355a292505585afd (patch) | |
| tree | 59ee13f863830d8beba6cfd02bbe813dd486c26f /static/v10/man6/banner.6 | |
| parent | 3258a063c1f189d7b019e40e525b46bef9b9a7b1 (diff) | |
docs: Added UNIX V10 Manuals
Diffstat (limited to 'static/v10/man6/banner.6')
| -rw-r--r-- | static/v10/man6/banner.6 | 73 |
1 files changed, 73 insertions, 0 deletions
diff --git a/static/v10/man6/banner.6 b/static/v10/man6/banner.6 new file mode 100644 index 00000000..f26c038f --- /dev/null +++ b/static/v10/man6/banner.6 @@ -0,0 +1,73 @@ +.TH BANNER 6 +.CT 1 misc +.SH NAME +banner, rot, rnd, bigp \- print in large type +.SH SYNOPSIS +.B /usr/games/banner +[ +.BI - font +] +.I text +[ +.B | /usr/games/rot +.B | /usr/games/rnd +.I height width +] +.PP +.B /usr/games/bigp +[ +.I text +] +.SH DESCRIPTION +.I Banner +prints its arguments, one per line, in +.PP +.EX + # # + # # + # ### # ## ## # ### #### # # # ## ### + # # ## # # ## # # # # # ## # # # + # #### # # # #### # # # # # #### + # # # # # # # # # # ## # # # ## + # ### # #### ### ## ## # #### ### ## + # # # + #### ### # +.EE +.PP +The +.I font +may be selected from +.FR /usr/jerq/font ; +see +.IR font (9.5). +.PP +.I Rot +rotates its input clockwise ninety degrees. +.IP +.L +banner Sideways | rot +.PP +runs down the page, and +.IP +.L +banner Upside Down | rot | rot +.PP +is disconcerting. +.PP +.I Rnd +scales the non-white-space characters in its input by integral +.I height +and +.IR width. +.PP +.I Bigp +generates +banners suitable for printing on a line-printer. +Its output is approximately the same as +.IP +.L +banner -defont text | rot | rnd 2 4 +.PP +If no arguments are supplied, +.I bigp +creates a banner from the standard input. |
