Module Name: src
Committed By: wiz
Date: Fri Apr 6 11:35:39 UTC 2012
Modified Files:
src/lib/libc/time: strftime.3
Log Message:
Fix typo, from Bug Hunting.
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/lib/libc/time/strftime.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/time/strftime.3
diff -u src/lib/libc/time/strftime.3:1.28 src/lib/libc/time/strftime.3:1.29
--- src/lib/libc/time/strftime.3:1.28 Thu Apr 14 05:50:50 2011
+++ src/lib/libc/time/strftime.3 Fri Apr 6 11:35:39 2012
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)strftime.3 5.12 (Berkeley) 6/29/91
-.\" $NetBSD: strftime.3,v 1.28 2011/04/14 05:50:50 jruoho Exp $
+.\" $NetBSD: strftime.3,v 1.29 2012/04/06 11:35:39 wiz Exp $
.\"
.Dd April 14, 2011
.Dt STRFTIME 3
@@ -190,7 +190,7 @@ is replaced by the year without century
.It Cm \&%Z
is replaced by the time zone name.
.It Cm \&%z
-is replaced by the offset from ITC in the ISO 8601 format
+is replaced by the offset from UTC in the ISO 8601 format
.Dq Li [-]hhmm .
.It Cm %%
is replaced by