Source-Changes-HG archive

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

[src/netbsd-1-5]: src/lib/libc/time Pull up rev. 1.17 to netbsd-1-5 branch, O...



details:   https://anonhg.NetBSD.org/src/rev/afa5ee4744a2
branches:  netbsd-1-5
changeset: 488867:afa5ee4744a2
user:      hubertf <hubertf%NetBSD.org@localhost>
date:      Fri Aug 04 04:04:41 2000 +0000

description:
Pull up rev. 1.17 to netbsd-1-5 branch, OK'd by thorpej:

 > 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 bb9fcc7723f7 -r afa5ee4744a2 lib/libc/time/zic.c
--- a/lib/libc/time/zic.c       Thu Aug 03 17:17:48 2000 +0000
+++ b/lib/libc/time/zic.c       Fri Aug 04 04:04:41 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.16.4.1 2000/08/04 04:04:41 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.16.4.1 2000/08/04 04:04:41 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