diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2011-09-16 09:44:51 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2011-09-16 09:44:51 +0000 |
commit | dad34d806049029cc43cb587e0774fb04964bbbb (patch) | |
tree | 023fe52a5ae8ea1494e5992b1f896ad50a068465 /lib/libc/time | |
parent | cf5d1780f618dc147682c671e8f7c01b2f8314b1 (diff) |
RFC-2822 -> RFC 2822
Diffstat (limited to 'lib/libc/time')
-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 c2992b1780b..115f3130ea1 100644 --- a/lib/libc/time/strptime.3 +++ b/lib/libc/time/strptime.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: strptime.3,v 1.17 2011/08/31 08:49:42 jmc Exp $ +.\" $OpenBSD: strptime.3,v 1.18 2011/09/16 09:44:50 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: August 31 2011 $ +.Dd $Mdocdate: September 16 2011 $ .Dt STRPTIME 3 .Os .Sh NAME @@ -181,7 +181,7 @@ Leading zeros are permitted but not required. .It Cm \&%Y the year, including the century (i.e., 1998). .It Cm \&%z -an ISO 8601 or RFC-2822 timezone specification. +an ISO 8601 or RFC 2822 timezone specification. This is one of the following: the offset from Coordinated Universal Time |