2005-09-15 06:09:41 +04:00
|
|
|
.\" $NetBSD: banner.6,v 1.14 2005/09/15 02:09:41 wiz Exp $
|
1995-03-25 10:44:46 +03:00
|
|
|
.\"
|
1997-01-07 14:40:24 +03:00
|
|
|
.\" Copyright (c) 1980, 1993, 1995
|
1995-03-25 10:44:46 +03:00
|
|
|
.\" The Regents of the University of California. All rights reserved.
|
1993-04-04 14:48:54 +04:00
|
|
|
.\"
|
|
|
|
.\" Redistribution and use in source and binary forms, with or without
|
|
|
|
.\" modification, are permitted provided that the following conditions
|
|
|
|
.\" are met:
|
|
|
|
.\" 1. Redistributions of source code must retain the above copyright
|
|
|
|
.\" notice, this list of conditions and the following disclaimer.
|
|
|
|
.\" 2. Redistributions in binary form must reproduce the above copyright
|
|
|
|
.\" notice, this list of conditions and the following disclaimer in the
|
|
|
|
.\" documentation and/or other materials provided with the distribution.
|
2003-08-07 13:36:50 +04:00
|
|
|
.\" 3. Neither the name of the University nor the names of its contributors
|
1993-04-04 14:48:54 +04:00
|
|
|
.\" may be used to endorse or promote products derived from this software
|
|
|
|
.\" without specific prior written permission.
|
|
|
|
.\"
|
|
|
|
.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
|
|
|
|
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
|
|
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
|
|
.\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
|
|
|
|
.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
|
|
.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
|
|
|
.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
|
|
.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
|
|
|
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
|
|
|
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
|
|
|
.\" SUCH DAMAGE.
|
|
|
|
.\"
|
1997-01-07 14:40:24 +03:00
|
|
|
.\" @(#)banner.6 8.2 (Berkeley) 4/29/95
|
1993-04-04 14:48:54 +04:00
|
|
|
.\"
|
1997-05-29 05:48:05 +04:00
|
|
|
.Dd April 29, 1995
|
1993-08-05 05:46:15 +04:00
|
|
|
.Dt BANNER 6
|
|
|
|
.Os
|
|
|
|
.Sh NAME
|
2001-03-08 01:30:38 +03:00
|
|
|
.Nm banner
|
1993-08-05 05:46:15 +04:00
|
|
|
.Nd print large banner on printer
|
|
|
|
.Sh SYNOPSIS
|
1997-10-10 13:48:47 +04:00
|
|
|
.Nm
|
1995-04-22 15:55:13 +04:00
|
|
|
.Op Fl w Ar width
|
1993-08-05 05:46:15 +04:00
|
|
|
.Ar message ...
|
|
|
|
.Sh DESCRIPTION
|
1997-10-10 13:48:47 +04:00
|
|
|
.Nm
|
1993-04-04 14:48:54 +04:00
|
|
|
prints a large, high quality banner on the standard output.
|
|
|
|
If the message is omitted, it prompts for and
|
1997-01-07 14:40:24 +03:00
|
|
|
reads one line of its standard input.
|
|
|
|
If
|
1993-08-05 05:46:15 +04:00
|
|
|
.Fl w
|
1993-04-04 14:48:54 +04:00
|
|
|
is given, the output is scrunched down from a width of 132 to
|
1995-04-22 15:55:13 +04:00
|
|
|
.Ar width ,
|
|
|
|
suitable for a narrow terminal.
|
1993-08-05 05:46:15 +04:00
|
|
|
.Pp
|
1997-01-07 14:40:24 +03:00
|
|
|
The output should be printed on paper of the appropriate width,
|
|
|
|
with no breaks between the pages.
|
2005-09-15 06:09:41 +04:00
|
|
|
.Sh AUTHORS
|
|
|
|
.An Mark Horton
|
1993-08-05 05:46:15 +04:00
|
|
|
.Sh BUGS
|
2002-02-08 04:21:55 +03:00
|
|
|
Several ASCII characters are not defined, notably \*[Lt], \*[Gt], [, ], \\,
|
|
|
|
^, _, {, }, |, and ~. Also, the characters ", ', and \*[Am] are funny
|
1993-04-04 14:48:54 +04:00
|
|
|
looking (but in a useful way.)
|
1993-08-05 05:46:15 +04:00
|
|
|
.Pp
|
1993-04-04 14:48:54 +04:00
|
|
|
The
|
1993-08-05 05:46:15 +04:00
|
|
|
.Fl w
|
1993-04-04 14:48:54 +04:00
|
|
|
option is implemented by skipping some rows and columns.
|
|
|
|
The smaller it gets, the grainier the output.
|
|
|
|
Sometimes it runs letters together.
|