banner.6 (f247324df75b7f55b48b92acb3b42a5ae2deac8a) banner.6 (6c7216df785592bb069469113f556dfd1946ed5d)
1.\" Copyright (c) 1980, 1993, 1995
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 50 unchanged lines hidden (view full) ---

59Enable debug.
60.It Fl t
61Enable trace.
62.It Fl w Ar width
63Change the output from a width of 132 to
64.Ar width ,
65suitable for a narrow terminal.
66.El
1.\" Copyright (c) 1980, 1993, 1995
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 50 unchanged lines hidden (view full) ---

59Enable debug.
60.It Fl t
61Enable trace.
62.It Fl w Ar width
63Change the output from a width of 132 to
64.Ar width ,
65suitable for a narrow terminal.
66.El
67.Sh AUTHORS
68.An Mark Horton
67.Sh BUGS
68Several
69.Tn ASCII
70characters are not defined, notably <, >, [, ], \\,
71^, _, {, }, |, and ~.
72Also, the characters ", ', and & are funny looking (but in a useful way.)
73.Pp
74The
75.Fl w
76option is implemented by skipping some rows and columns.
77The smaller it gets, the grainier the output.
78Sometimes it runs letters together.
69.Sh BUGS
70Several
71.Tn ASCII
72characters are not defined, notably <, >, [, ], \\,
73^, _, {, }, |, and ~.
74Also, the characters ", ', and & are funny looking (but in a useful way.)
75.Pp
76The
77.Fl w
78option is implemented by skipping some rows and columns.
79The smaller it gets, the grainier the output.
80Sometimes it runs letters together.
79.Sh AUTHORS
80.An Mark Horton