Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libutil Fix capitalization and typo, from Bug Hunting.



details:   https://anonhg.NetBSD.org/src/rev/e0e1a354166e
branches:  trunk
changeset: 778606:e0e1a354166e
user:      wiz <wiz%NetBSD.org@localhost>
date:      Fri Apr 06 11:36:04 2012 +0000

description:
Fix capitalization and typo, from Bug Hunting.

diffstat:

 lib/libutil/parsedate.3 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 201ee49b068b -r e0e1a354166e lib/libutil/parsedate.3
--- a/lib/libutil/parsedate.3   Fri Apr 06 11:35:39 2012 +0000
+++ b/lib/libutil/parsedate.3   Fri Apr 06 11:36:04 2012 +0000
@@ -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 @@
 .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 @@
 10,
 .Dv eleventh or eleven =
 11,
-.Dv twelfth or twoelve =
+.Dv twelfth or twelve =
 12.
 .Pp
 The following words are recognized in English only:



Home | Main Index | Thread Index | Old Index