]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - banner/banner.6
Fix macro order, and quote question mark.
[bsdgames-darwin.git] / banner / banner.6
index 8cbea03ed7756b31b9267d448a60bd5b52be41b6..0f46ca4ea3772df71f84e2e284eef025a451bdf4 100644 (file)
@@ -1,5 +1,7 @@
-.\" Copyright (c) 1980 The Regents of the University of California.
-.\" All rights reserved.
+.\"    $NetBSD: banner.6,v 1.12 2002/09/26 18:31:59 wiz Exp $
+.\"
+.\" Copyright (c) 1980, 1993, 1995
+.\"    The Regents of the University of California.  All rights reserved.
 .\"
 .\" Redistribution and use in source and binary forms, with or without
 .\" modification, are permitted provided that the following conditions
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.\"    from: @(#)banner.6      6.4 (Berkeley) 6/23/90
-.\"    $Id: banner.6,v 1.3 1993/08/05 01:46:28 jtc Exp $
+.\"    @(#)banner.6    8.2 (Berkeley) 4/29/95
 .\"
-.Dd June 23, 1990
+.Dd April 29, 1995
 .Dt BANNER 6
 .Os
 .Sh NAME
-.Nm banner 
+.Nm banner
 .Nd print large banner on printer
 .Sh SYNOPSIS
-.Nm banner
-.Op Fl w Op Ar n
+.Nm
+.Op Fl w Ar width
 .Ar message ...
 .Sh DESCRIPTION
-.Nm Banner
+.Nm
 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
+reads one line of its standard input.
+If
 .Fl w
 is given, the output is scrunched down from a width of 132 to
-.Ar n ,
-suitable for a narrow terminal.  If
-.Ar n
-is omitted, it defaults to 80.
+.Ar width ,
+suitable for a narrow terminal.
 .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.
+The output should be printed on paper of the appropriate width,
+with no breaks between the pages.
 .Sh BUGS
-Several ASCII characters are not defined, notably <, >, [, ], \\,
-^, _, {, }, |, and ~.  Also, the characters ", ', and & are funny
+Several ASCII characters are not defined, notably \*[Lt], \*[Gt], [, ], \\,
+^, _, {, }, |, and ~.  Also, the characters ", ', and \*[Am] are funny
 looking (but in a useful way.)
 .Pp
 The
@@ -70,4 +67,4 @@ option is implemented by skipping some rows and columns.
 The smaller it gets, the grainier the output.
 Sometimes it runs letters together.
 .Sh AUTHOR
-Mark Horton
+.An Mark Horton