Source-Changes-HG archive

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

[src/trunk]: src/lib/libutil Remove trailing whitespace.



details:   https://anonhg.NetBSD.org/src/rev/4a95f339e157
branches:  trunk
changeset: 759972:4a95f339e157
user:      wiz <wiz%NetBSD.org@localhost>
date:      Wed Dec 22 09:12:28 2010 +0000

description:
Remove trailing whitespace.

diffstat:

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

diffs (27 lines):

diff -r d68e69f5e414 -r 4a95f339e157 lib/libutil/parsedate.3
--- a/lib/libutil/parsedate.3   Wed Dec 22 09:08:09 2010 +0000
+++ b/lib/libutil/parsedate.3   Wed Dec 22 09:12:28 2010 +0000
@@ -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 .



Home | Main Index | Thread Index | Old Index