Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/banner Sync usage with man page. From Bug Hunting in...



details:   https://anonhg.NetBSD.org/src/rev/6cce70b4000f
branches:  trunk
changeset: 777677:6cce70b4000f
user:      wiz <wiz%NetBSD.org@localhost>
date:      Wed Feb 29 08:55:25 2012 +0000

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

diffstat:

 usr.bin/banner/banner.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r e1f4393e695d -r 6cce70b4000f usr.bin/banner/banner.c
--- a/usr.bin/banner/banner.c   Wed Feb 29 08:54:55 2012 +0000
+++ b/usr.bin/banner/banner.c   Wed Feb 29 08:55:25 2012 +0000
@@ -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 @@
 #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 @@
 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);
 }



Home | Main Index | Thread Index | Old Index