Module Name:    src
Committed By:   wiz
Date:           Wed Dec 22 09:12:28 UTC 2010

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

Log Message:
Remove trailing whitespace.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 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.9 src/lib/libutil/parsedate.3:1.10
--- src/lib/libutil/parsedate.3:1.9	Tue Dec 21 00:15:10 2010
+++ src/lib/libutil/parsedate.3	Wed Dec 22 09:12:28 2010
@@ -1,4 +1,4 @@
-.\"     $NetBSD: parsedate.3,v 1.9 2010/12/21 00:15:10 christos Exp $
+.\"     $NetBSD: parsedate.3,v 1.10 2010/12/22 09:12:28 wiz Exp $
 .\"
 .\" Copyright (c) 2006 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -259,7 +259,7 @@
 .Sh BUGS
 .Bl -tag -compact -width 1
 .It 1
-The 
+The
 .Fn parsedate
 function is not re-entrant or thread-safe.
 .It 2
@@ -271,7 +271,7 @@
 .Fn parsedate
 function assumes years less than 0 mean -
 .Fa year ,
-years less than 70 mean 2000 + 
+years less than 70 mean 2000 +
 .Fa year ,
 years less than 100 mean 1900 +
 .Fa year .

Reply via email to