summaryrefslogtreecommitdiffstats
path: root/banner
diff options
context:
space:
mode:
authorjtc <jtc@NetBSD.org>1993-08-05 01:46:15 +0000
committerjtc <jtc@NetBSD.org>1993-08-05 01:46:15 +0000
commit407ed21945b2cc91dd05200d11612691b0f52569 (patch)
tree05151bd4827bc906ef9e993f4324e31141c89ac8 /banner
parent6bc8513af3dfc690c13f29fbb7eb972b5da311cf (diff)
downloadbsdgames-darwin-407ed21945b2cc91dd05200d11612691b0f52569.tar.gz
bsdgames-darwin-407ed21945b2cc91dd05200d11612691b0f52569.tar.zst
bsdgames-darwin-407ed21945b2cc91dd05200d11612691b0f52569.zip
Update to use new -mandoc macros.
Diffstat (limited to 'banner')
-rw-r--r--banner/banner.642
1 files changed, 21 insertions, 21 deletions
diff --git a/banner/banner.6 b/banner/banner.6
index 0305eece..8cbea03e 100644
--- a/banner/banner.6
+++ b/banner/banner.6
@@ -30,44 +30,44 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)banner.6 6.4 (Berkeley) 6/23/90
-.\" $Id: banner.6,v 1.2 1993/08/01 07:47:32 mycroft Exp $
+.\" $Id: banner.6,v 1.3 1993/08/05 01:46:28 jtc Exp $
.\"
-.TH BANNER 6 "June 23, 1990"
-.UC
-.SH NAME
-banner \- print large banner on printer
-.SH SYNOPSIS
-.B /usr/games/banner
-[
-.BI \-w n
-]
-message ...
-.SH DESCRIPTION
-.I Banner
+.Dd June 23, 1990
+.Dt BANNER 6
+.Os
+.Sh NAME
+.Nm banner
+.Nd print large banner on printer
+.Sh SYNOPSIS
+.Nm banner
+.Op Fl w Op Ar n
+.Ar message ...
+.Sh DESCRIPTION
+.Nm Banner
prints a large, high quality banner on the standard output.
If the message is omitted, it prompts for and
reads one line of its standard input. If
-.B \-w
+.Fl w
is given, the output is scrunched down from a width of 132 to
-.I n ,
+.Ar n ,
suitable for a narrow terminal. If
-.I n
+.Ar n
is omitted, it defaults to 80.
-.PP
+.Pp
The output should be printed on a hard-copy device, up to 132 columns wide,
with no breaks between the pages. The volume is great enough that you
may want
a printer or a fast hardcopy terminal, but if you are patient, a
decwriter or other 300 baud terminal will do.
-.SH BUGS
+.Sh BUGS
Several ASCII characters are not defined, notably <, >, [, ], \\,
^, _, {, }, |, and ~. Also, the characters ", ', and & are funny
looking (but in a useful way.)
-.PP
+.Pp
The
-.B \-w
+.Fl w
option is implemented by skipping some rows and columns.
The smaller it gets, the grainier the output.
Sometimes it runs letters together.
-.SH AUTHOR
+.Sh AUTHOR
Mark Horton