Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/time Fix typo, from Bug Hunting.



details:   https://anonhg.NetBSD.org/src/rev/201ee49b068b
branches:  trunk
changeset: 778605:201ee49b068b
user:      wiz <wiz%NetBSD.org@localhost>
date:      Fri Apr 06 11:35:39 2012 +0000

description:
Fix typo, from Bug Hunting.

diffstat:

 lib/libc/time/strftime.3 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r d7f24900c76d -r 201ee49b068b lib/libc/time/strftime.3
--- a/lib/libc/time/strftime.3  Fri Apr 06 11:34:58 2012 +0000
+++ b/lib/libc/time/strftime.3  Fri Apr 06 11:35:39 2012 +0000
@@ -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 @@
 .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



Home | Main Index | Thread Index | Old Index