Module Name:    src
Committed By:   wiz
Date:           Fri Apr  6 11:36:04 UTC 2012

Modified Files:
        src/lib/libutil: parsedate.3

Log Message:
Fix capitalization and typo, from Bug Hunting.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/lib/libutil/parsedate.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libutil/parsedate.3
diff -u src/lib/libutil/parsedate.3:1.10 src/lib/libutil/parsedate.3:1.11
--- src/lib/libutil/parsedate.3:1.10	Wed Dec 22 09:12:28 2010
+++ src/lib/libutil/parsedate.3	Fri Apr  6 11:36:04 2012
@@ -1,4 +1,4 @@
-.\"     $NetBSD: parsedate.3,v 1.10 2010/12/22 09:12:28 wiz Exp $
+.\"     $NetBSD: parsedate.3,v 1.11 2012/04/06 11:36:04 wiz Exp $
 .\"
 .\" Copyright (c) 2006 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -44,7 +44,7 @@ The
 .Fn parsedate
 function parses a datetime from
 .Ar datestr
-described in english relative to an optional
+described in English relative to an optional
 .Ar time
 point and an optional timezone offset in seconds specified in
 .Ar tzoff .
@@ -94,7 +94,7 @@ is unused so that it is not confused wit
 10,
 .Dv eleventh or eleven =
 11,
-.Dv twelfth or twoelve =
+.Dv twelfth or twelve =
 12.
 .Pp
 The following words are recognized in English only:

Reply via email to