Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/cut Sync usage with man page, from Bug Hunting.



details:   https://anonhg.NetBSD.org/src/rev/d7f24900c76d
branches:  trunk
changeset: 778604:d7f24900c76d
user:      wiz <wiz%NetBSD.org@localhost>
date:      Fri Apr 06 11:34:58 2012 +0000

description:
Sync usage with man page, from Bug Hunting.

diffstat:

 usr.bin/cut/cut.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (29 lines):

diff -r ded784c2549d -r d7f24900c76d usr.bin/cut/cut.c
--- a/usr.bin/cut/cut.c Fri Apr 06 10:55:19 2012 +0000
+++ b/usr.bin/cut/cut.c Fri Apr 06 11:34:58 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cut.c,v 1.25 2008/07/21 14:19:22 lukem Exp $   */
+/*     $NetBSD: cut.c,v 1.26 2012/04/06 11:34:58 wiz Exp $     */
 
 /*
  * Copyright (c) 1989, 1993
@@ -42,7 +42,7 @@
 #if 0
 static char sccsid[] = "@(#)cut.c      8.3 (Berkeley) 5/4/95";
 #endif
-__RCSID("$NetBSD: cut.c,v 1.25 2008/07/21 14:19:22 lukem Exp $");
+__RCSID("$NetBSD: cut.c,v 1.26 2012/04/06 11:34:58 wiz Exp $");
 #endif /* not lint */
 
 #include <ctype.h>
@@ -285,8 +285,8 @@
 static void
 usage(void)
 {
-       (void)fprintf(stderr, "Usage:\tcut -b list [-n] [file ...]\n"
-           "\tcut -c list [file1 ...]\n"
+       (void)fprintf(stderr, "usage:\tcut -b list [-n] [file ...]\n"
+           "\tcut -c list [file ...]\n"
            "\tcut -f list [-d delim] [-s] [file ...]\n");
        exit(1);
 }



Home | Main Index | Thread Index | Old Index