diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-11-08 20:23:13 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-11-08 20:23:13 +0000 |
commit | 3295867d0f5d8e002de28782580ff20f9d2bf286 (patch) | |
tree | 3d87e61d87090006ea0fd8b8437630805b3ac4fd /lib/libc/time | |
parent | c56517e1e45445b5e29a71a1ac8b25c38cdea8a5 (diff) |
tweak previous;
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 a8383c9fdaf..454cbac8b3a 100644 --- a/lib/libc/time/strptime.3 +++ b/lib/libc/time/strptime.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: strptime.3,v 1.14 2010/11/08 19:16:16 jasper Exp $ +.\" $OpenBSD: strptime.3,v 1.15 2010/11/08 20:23:12 jmc Exp $ .\" .\" Copyright (c) 1997, 1998, 2005, 2008 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -235,12 +235,12 @@ a single letter military timezone specified as: .Dq A through .Dq I -and +and .Dq K through .Dq Y . .It Cm \&%Z -timezone name or no characters when time zone information is unavailable. +timezone name or no characters when timezone information is unavailable. It Cm \&%% A `%' is read. No argument is converted. |