CVS commit: src/usr.bin/banner

2020-04-07 Thread Sevan Janiyan
Module Name:src
Committed By:   sevan
Date:   Tue Apr  7 17:57:33 UTC 2020

Modified Files:
src/usr.bin/banner: banner.1

Log Message:
Add history section


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/usr.bin/banner/banner.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/banner/banner.1
diff -u src/usr.bin/banner/banner.1:1.9 src/usr.bin/banner/banner.1:1.10
--- src/usr.bin/banner/banner.1:1.9	Wed Feb 29 08:54:55 2012
+++ src/usr.bin/banner/banner.1	Tue Apr  7 17:57:33 2020
@@ -1,4 +1,4 @@
-.\"	$NetBSD: banner.1,v 1.9 2012/02/29 08:54:55 wiz Exp $
+.\"	$NetBSD: banner.1,v 1.10 2020/04/07 17:57:33 sevan Exp $
 .\"
 .\"	@(#)Copyright (c) 1995, Simon J. Gerraty.
 .\"
@@ -15,7 +15,7 @@
 .\"	Please send copies of changes and bug-fixes to:
 .\"	s...@zen.void.oz.au
 .\"
-.Dd February 26, 2012
+.Dd April 7, 2020
 .Dt BANNER 1
 .Os
 .Sh NAME
@@ -61,3 +61,8 @@ font.
 .Ex -std
 .Sh SEE ALSO
 .Xr banner 6
+.Sh HISTORY
+The
+.Nm
+utility first appeared in
+.Nx 1.2 .



CVS commit: src/usr.bin/banner

2020-04-07 Thread Sevan Janiyan
Module Name:src
Committed By:   sevan
Date:   Tue Apr  7 17:57:33 UTC 2020

Modified Files:
src/usr.bin/banner: banner.1

Log Message:
Add history section


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/usr.bin/banner/banner.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/banner

2012-02-29 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Wed Feb 29 08:54:55 UTC 2012

Modified Files:
src/usr.bin/banner: banner.1

Log Message:
Remove trailing whitespace. From Bug Hunting in PR 46102.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/usr.bin/banner/banner.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/banner/banner.1
diff -u src/usr.bin/banner/banner.1:1.8 src/usr.bin/banner/banner.1:1.9
--- src/usr.bin/banner/banner.1:1.8	Sun Feb 26 21:04:10 2012
+++ src/usr.bin/banner/banner.1	Wed Feb 29 08:54:55 2012
@@ -1,4 +1,4 @@
-.\	$NetBSD: banner.1,v 1.8 2012/02/26 21:04:10 wiz Exp $
+.\	$NetBSD: banner.1,v 1.9 2012/02/29 08:54:55 wiz Exp $
 .\
 .\	@(#)Copyright (c) 1995, Simon J. Gerraty.
 .\
@@ -57,7 +57,7 @@ Use the more attractive LPD font instead
 .Nm
 font.
 .El
-.Sh EXIT STATUS
-.Ex -std   
+.Sh EXIT STATUS
+.Ex -std
 .Sh SEE ALSO
 .Xr banner 6



CVS commit: src/usr.bin/banner

2012-02-29 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Wed Feb 29 08:55:25 UTC 2012

Modified Files:
src/usr.bin/banner: banner.c

Log Message:
Sync usage with man page. From Bug Hunting in PR 46102.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/usr.bin/banner/banner.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/banner/banner.c
diff -u src/usr.bin/banner/banner.c:1.14 src/usr.bin/banner/banner.c:1.15
--- src/usr.bin/banner/banner.c:1.14	Sun Feb 26 21:04:10 2012
+++ src/usr.bin/banner/banner.c	Wed Feb 29 08:55:25 2012
@@ -1,4 +1,4 @@
-/*	$NetBSD: banner.c,v 1.14 2012/02/26 21:04:10 wiz Exp $	*/
+/*	$NetBSD: banner.c,v 1.15 2012/02/29 08:55:25 wiz Exp $	*/
 
 /*
  *	Changes for banner(1)
@@ -58,7 +58,7 @@ __COPYRIGHT(@(#) Copyright (c) 1983, 19
 #if 0
 static char sccsid[] = @(#)printjob.c	8.2 (Berkeley) 4/16/94;
 #else
-__RCSID($NetBSD: banner.c,v 1.14 2012/02/26 21:04:10 wiz Exp $);
+__RCSID($NetBSD: banner.c,v 1.15 2012/02/29 08:55:25 wiz Exp $);
 #endif
 #endif /* not lint */
 
@@ -205,7 +205,7 @@ main(int argc, char **argv)
 static void
 usage(void)
 {
-fprintf(stderr, usage: %s [-l] [b bg] [-f fg] message...\n,
+fprintf(stderr, usage: %s [-l] [-b bg] [-f fg] string ...\n,
 	getprogname());
 exit(1);
 }



CVS commit: src/usr.bin/banner

2012-02-29 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Wed Feb 29 08:54:55 UTC 2012

Modified Files:
src/usr.bin/banner: banner.1

Log Message:
Remove trailing whitespace. From Bug Hunting in PR 46102.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/usr.bin/banner/banner.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/banner

2012-02-29 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Wed Feb 29 08:55:25 UTC 2012

Modified Files:
src/usr.bin/banner: banner.c

Log Message:
Sync usage with man page. From Bug Hunting in PR 46102.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/usr.bin/banner/banner.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/banner

2012-02-26 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sun Feb 26 21:04:10 UTC 2012

Modified Files:
src/usr.bin/banner: banner.1 banner.c

Log Message:
Sort options in man page. Add EXIT STATUS section. Bump date.
Sync usage with man page.

Mostly from Bug Hunting in PR 46102.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/usr.bin/banner/banner.1
cvs rdiff -u -r1.13 -r1.14 src/usr.bin/banner/banner.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/banner/banner.1
diff -u src/usr.bin/banner/banner.1:1.7 src/usr.bin/banner/banner.1:1.8
--- src/usr.bin/banner/banner.1:1.7	Mon Sep 30 09:33:39 2002
+++ src/usr.bin/banner/banner.1	Sun Feb 26 21:04:10 2012
@@ -1,4 +1,4 @@
-.\	$NetBSD: banner.1,v 1.7 2002/09/30 09:33:39 grant Exp $
+.\	$NetBSD: banner.1,v 1.8 2012/02/26 21:04:10 wiz Exp $
 .\
 .\	@(#)Copyright (c) 1995, Simon J. Gerraty.
 .\
@@ -15,7 +15,7 @@
 .\	Please send copies of changes and bug-fixes to:
 .\	s...@zen.void.oz.au
 .\
-.Dd April 9, 1995
+.Dd February 26, 2012
 .Dt BANNER 1
 .Os
 .Sh NAME
@@ -23,15 +23,9 @@
 .Nd print strings in large letters
 .Sh SYNOPSIS
 .Nm
-.Bk -words
-.Op Fl f Ar fg
-.Ek
-.Bk -words
-.Op Fl b Ar bg
-.Ek
-.Bk -words
 .Op Fl l
-.Ek
+.Op Fl b Ar bg
+.Op Fl f Ar fg
 .Ar string ...
 .Sh DESCRIPTION
 .Nm
@@ -63,5 +57,7 @@ Use the more attractive LPD font instead
 .Nm
 font.
 .El
+.Sh EXIT STATUS
+.Ex -std   
 .Sh SEE ALSO
 .Xr banner 6

Index: src/usr.bin/banner/banner.c
diff -u src/usr.bin/banner/banner.c:1.13 src/usr.bin/banner/banner.c:1.14
--- src/usr.bin/banner/banner.c:1.13	Mon Aug 29 14:24:03 2011
+++ src/usr.bin/banner/banner.c	Sun Feb 26 21:04:10 2012
@@ -1,4 +1,4 @@
-/*	$NetBSD: banner.c,v 1.13 2011/08/29 14:24:03 joerg Exp $	*/
+/*	$NetBSD: banner.c,v 1.14 2012/02/26 21:04:10 wiz Exp $	*/
 
 /*
  *	Changes for banner(1)
@@ -58,7 +58,7 @@ __COPYRIGHT(@(#) Copyright (c) 1983, 19
 #if 0
 static char sccsid[] = @(#)printjob.c	8.2 (Berkeley) 4/16/94;
 #else
-__RCSID($NetBSD: banner.c,v 1.13 2011/08/29 14:24:03 joerg Exp $);
+__RCSID($NetBSD: banner.c,v 1.14 2012/02/26 21:04:10 wiz Exp $);
 #endif
 #endif /* not lint */
 
@@ -205,7 +205,7 @@ main(int argc, char **argv)
 static void
 usage(void)
 {
-fprintf(stderr, usage: %s [-f fgchar] [-b bgchar] [-l] message...\n,
+fprintf(stderr, usage: %s [-l] [b bg] [-f fg] message...\n,
 	getprogname());
 exit(1);
 }



CVS commit: src/usr.bin/banner

2012-02-26 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sun Feb 26 21:04:10 UTC 2012

Modified Files:
src/usr.bin/banner: banner.1 banner.c

Log Message:
Sort options in man page. Add EXIT STATUS section. Bump date.
Sync usage with man page.

Mostly from Bug Hunting in PR 46102.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/usr.bin/banner/banner.1
cvs rdiff -u -r1.13 -r1.14 src/usr.bin/banner/banner.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.