Tue Apr 7 17:57:33 2020 UTC ()
Add history section


(sevan)
diff -r1.9 -r1.10 src/usr.bin/banner/banner.1

cvs diff -r1.9 -r1.10 src/usr.bin/banner/banner.1 (expand / switch to unified diff)

--- src/usr.bin/banner/banner.1 2012/02/29 08:54:55 1.9
+++ src/usr.bin/banner/banner.1 2020/04/07 17:57:33 1.10
@@ -1,31 +1,31 @@ @@ -1,31 +1,31 @@
1.\" $NetBSD: banner.1,v 1.9 2012/02/29 08:54:55 wiz Exp $ 1.\" $NetBSD: banner.1,v 1.10 2020/04/07 17:57:33 sevan Exp $
2.\" 2.\"
3.\" @(#)Copyright (c) 1995, Simon J. Gerraty. 3.\" @(#)Copyright (c) 1995, Simon J. Gerraty.
4.\" 4.\"
5.\" This is free software. It comes with NO WARRANTY. 5.\" This is free software. It comes with NO WARRANTY.
6.\" Permission to use, modify and distribute this source code 6.\" Permission to use, modify and distribute this source code
7.\" is granted subject to the following conditions. 7.\" is granted subject to the following conditions.
8.\" 1/ that the above copyright notice and this notice 8.\" 1/ that the above copyright notice and this notice
9.\" are preserved in all copies and that due credit be given 9.\" are preserved in all copies and that due credit be given
10.\" to the author. 10.\" to the author.
11.\" 2/ that any changes to this code are clearly commented 11.\" 2/ that any changes to this code are clearly commented
12.\" as such so that the author does not get blamed for bugs 12.\" as such so that the author does not get blamed for bugs
13.\" other than his own. 13.\" other than his own.
14.\" 14.\"
15.\" Please send copies of changes and bug-fixes to: 15.\" Please send copies of changes and bug-fixes to:
16.\" sjg@zen.void.oz.au 16.\" sjg@zen.void.oz.au
17.\" 17.\"
18.Dd February 26, 2012 18.Dd April 7, 2020
19.Dt BANNER 1 19.Dt BANNER 1
20.Os 20.Os
21.Sh NAME 21.Sh NAME
22.Nm banner 22.Nm banner
23.Nd print strings in large letters 23.Nd print strings in large letters
24.Sh SYNOPSIS 24.Sh SYNOPSIS
25.Nm 25.Nm
26.Op Fl l 26.Op Fl l
27.Op Fl b Ar bg 27.Op Fl b Ar bg
28.Op Fl f Ar fg 28.Op Fl f Ar fg
29.Ar string ... 29.Ar string ...
30.Sh DESCRIPTION 30.Sh DESCRIPTION
31.Nm 31.Nm
@@ -51,13 +51,18 @@ is @@ -51,13 +51,18 @@ is
51.Dq - , 51.Dq - ,
52then the actual letter being printed is used as the 52then the actual letter being printed is used as the
53foreground color in the same way that LPD does it. 53foreground color in the same way that LPD does it.
54The results are quite variable. 54The results are quite variable.
55.It Fl l 55.It Fl l
56Use the more attractive LPD font instead of the traditional 56Use the more attractive LPD font instead of the traditional
57.Nm 57.Nm
58font. 58font.
59.El 59.El
60.Sh EXIT STATUS 60.Sh EXIT STATUS
61.Ex -std 61.Ex -std
62.Sh SEE ALSO 62.Sh SEE ALSO
63.Xr banner 6 63.Xr banner 6
 64.Sh HISTORY
 65The
 66.Nm
 67utility first appeared in
 68.Nx 1.2 .