Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/lib/libc/time/strftime.c,v rcsdiff: /ftp/cvs/cvsroot/src/lib/libc/time/strftime.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.40 retrieving revision 1.40.2.2 diff -u -p -r1.40 -r1.40.2.2 --- src/lib/libc/time/strftime.c 2017/10/24 17:38:17 1.40 +++ src/lib/libc/time/strftime.c 2018/10/20 06:58:22 1.40.2.2 @@ -1,4 +1,4 @@ -/* $NetBSD: strftime.c,v 1.40 2017/10/24 17:38:17 christos Exp $ */ +/* $NetBSD: strftime.c,v 1.40.2.2 2018/10/20 06:58:22 pgoyette Exp $ */ /* Convert a broken-down timestamp to a string. */ @@ -35,7 +35,7 @@ static char elsieid[] = "@(#)strftime.c 7.64"; static char elsieid[] = "@(#)strftime.c 8.3"; #else -__RCSID("$NetBSD: strftime.c,v 1.40 2017/10/24 17:38:17 christos Exp $"); +__RCSID("$NetBSD: strftime.c,v 1.40.2.2 2018/10/20 06:58:22 pgoyette Exp $"); #endif #endif /* LIBC_SCCS and not lint */ @@ -213,7 +213,7 @@ label: ** %Ec %EC %Ex %EX %Ey %EY ** %Od %oe %OH %OI %Om %OM ** %OS %Ou %OU %OV %Ow %OW %Oy - ** are supposed to provide alternate + ** are supposed to provide alternative ** representations. */ goto label; @@ -486,7 +486,8 @@ label: /* ** C99 and later say that %Z must be ** replaced by the empty string if the - ** time zone is not determinable. + ** time zone abbreviation is not + ** determinable. */ continue; case 'z':