diff options
Diffstat (limited to 'lib/libc/time/strptime.3')
-rw-r--r-- | lib/libc/time/strptime.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/time/strptime.3 b/lib/libc/time/strptime.3 index 9c0a590b041..dedf7b502fb 100644 --- a/lib/libc/time/strptime.3 +++ b/lib/libc/time/strptime.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: strptime.3,v 1.19 2011/09/16 15:01:58 jmc Exp $ +.\" $OpenBSD: strptime.3,v 1.20 2011/09/16 19:36:07 jmc Exp $ .\" .\" Copyright (c) 1997, 1998, 2005, 2008 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -98,7 +98,7 @@ the same as .It Cm \&%F the date as %Y-%m-%d (the -.St -iso8601-4 +.St -iso8601 date format). .It Cm \&%g the year corresponding to the ISO week number, without the century. @@ -155,7 +155,7 @@ leading zeros are permitted but not required. All days in a year preceding the first Sunday are considered to be in week 0. .It Cm \&%V the -.St -iso8601-4 +.St -iso8601 week number as a decimal number. If the week (starting on Monday) that contains January 1 has more than three days in the new year, then it is considered the first week of the @@ -186,7 +186,7 @@ Leading zeros are permitted but not required. the year, including the century (i.e., 1998). .It Cm \&%z an -.St -iso8601-4 +.St -iso8601 or RFC 2822 timezone specification. This is one of the following: the offset from |