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 spelling; time zone is two words not one.



details:   https://anonhg.NetBSD.org/src/rev/cfb5d126a01e
branches:  trunk
changeset: 337122:cfb5d126a01e
user:      ginsbach <ginsbach%NetBSD.org@localhost>
date:      Fri Apr 03 15:52:50 2015 +0000

description:
Fix spelling; time zone is two words not one.

diffstat:

 lib/libc/time/strptime.3 |  18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diffs (69 lines):

diff -r ceea991f0de0 -r cfb5d126a01e lib/libc/time/strptime.3
--- a/lib/libc/time/strptime.3  Fri Apr 03 15:50:15 2015 +0000
+++ b/lib/libc/time/strptime.3  Fri Apr 03 15:52:50 2015 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: strptime.3,v 1.29 2011/04/12 08:40:34 jruoho Exp $
+.\"    $NetBSD: strptime.3,v 1.30 2015/04/03 15:52:50 ginsbach Exp $
 .\"
 .\" Copyright (c) 1997, 1998, 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 April 12, 2011
+.Dd April  3, 2015
 .Dt STRPTIME 3
 .Os
 .Sh NAME
@@ -221,7 +221,7 @@
 .It Cm \&%Y
 the year, including the century (i.e., 1996).
 .It Cm \&%z
-an ISO 8601 or RFC-2822 timezone specification.
+an ISO 8601 or RFC-2822 time zone specification.
 This is one of the following:
 the offset from
 Coordinated Universal Time
@@ -240,7 +240,7 @@
 or
 .Dq Z
 .Pq Ql Zulu Time ;
-a three character US timezone specified as:
+a three character US time zone specified as:
 .Dq EDT ,
 .Dq EST ,
 .Dq CDT ,
@@ -271,7 +271,7 @@
 .Ql Standard
 .Pq Dq S
 time;
-a single letter military timezone specified as:
+a single letter military time zone specified as:
 .Dq A
 through
 .Dq I
@@ -285,7 +285,7 @@
 extension.
 .Pc
 .It Cm \&%Z
-timezone name or no characters when time zone information is unavailable.
+time zone name or no characters when time zone information is unavailable.
 .Po
 A
 .Nx
@@ -333,11 +333,11 @@
 .Sh BUGS
 The
 .Cm \&%Z
-format specifier only accepts timezone
-abbreviations of the local timezone,
+format specifier only accepts time zone
+abbreviations of the local time zone,
 or the value
 .Dq GMT .
 This limitation is caused by the ambiguity
-of overloaded timezone abbreviations,
+of overloaded time zone abbreviations,
 for example EST is both Eastern Standard
 Time and Eastern Australia Summer Time.



Home | Main Index | Thread Index | Old Index