Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/time make usage fit into 80 columns



details:   https://anonhg.NetBSD.org/src/rev/62559d79c794
branches:  trunk
changeset: 495647:62559d79c794
user:      hubertf <hubertf%NetBSD.org@localhost>
date:      Wed Aug 02 15:17:20 2000 +0000

description:
make usage fit into 80 columns

diffstat:

 lib/libc/time/zic.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 3e21ce9e2d48 -r 62559d79c794 lib/libc/time/zic.c
--- a/lib/libc/time/zic.c       Wed Aug 02 15:03:02 2000 +0000
+++ b/lib/libc/time/zic.c       Wed Aug 02 15:17:20 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: zic.c,v 1.16 1999/11/10 20:32:31 kleink Exp $  */
+/*     $NetBSD: zic.c,v 1.17 2000/08/02 15:17:20 hubertf Exp $ */
 
 #include <sys/cdefs.h>
 #ifndef lint
@@ -6,7 +6,7 @@
 #if 0
 static char    elsieid[] = "@(#)zic.c  7.100";
 #else
-__RCSID("$NetBSD: zic.c,v 1.16 1999/11/10 20:32:31 kleink Exp $");
+__RCSID("$NetBSD: zic.c,v 1.17 2000/08/02 15:17:20 hubertf Exp $");
 #endif
 #endif /* !defined NOID */
 #endif /* !defined lint */
@@ -449,7 +449,7 @@
 static void
 usage P((void))
 {
-       (void) fprintf(stderr, _("%s: usage is %s [ -s ] [ -v ] [ -l localtime ] [ -p posixrules ] [ -d directory ]\n\t[ -L leapseconds ] [ -y yearistype ] [ filename ... ]\n"),
+       (void) fprintf(stderr, _("%s: usage is %s [ -s ] [ -v ] [ -l localtime ] [ -p posixrules ]\n\t[ -d directory ] [ -L leapseconds ] [ -y yearistype ] [ filename ... ]\n"),
                progname, progname);
        (void) exit(EXIT_FAILURE);
 }



Home | Main Index | Thread Index | Old Index