diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2012-08-18 16:25:21 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2012-08-18 16:25:21 +0000 |
commit | e4218038d13ffd6856abc67fe6b5fd2b44d0a970 (patch) | |
tree | cd2bf73dbc3679d3507afa0eb9ab947725be160c /lib/libc | |
parent | 330368038eb26de33322dc918d3fb545a3b915cf (diff) |
RFC updates:
5322 obsoletes 2822
5321 obsoletes 821 and 2821
6409 obsoletes 2476 and 4409
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/time/strptime.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/time/strptime.3 b/lib/libc/time/strptime.3 index dedf7b502fb..b7533be2fe5 100644 --- a/lib/libc/time/strptime.3 +++ b/lib/libc/time/strptime.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: strptime.3,v 1.20 2011/09/16 19:36:07 jmc Exp $ +.\" $OpenBSD: strptime.3,v 1.21 2012/08/18 16:25:20 jmc Exp $ .\" .\" Copyright (c) 1997, 1998, 2005, 2008 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -26,7 +26,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: September 16 2011 $ +.Dd $Mdocdate: August 18 2012 $ .Dt STRPTIME 3 .Os .Sh NAME @@ -187,7 +187,7 @@ the year, including the century (i.e., 1998). .It Cm \&%z an .St -iso8601 -or RFC 2822 timezone specification. +or RFC 5322 timezone specification. This is one of the following: the offset from Coordinated Universal Time |