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 a typo and remove trailing whitespace.



details:   https://anonhg.NetBSD.org/src/rev/e2bf3cd7acc7
branches:  trunk
changeset: 758227:e2bf3cd7acc7
user:      wiz <wiz%NetBSD.org@localhost>
date:      Wed Oct 27 19:18:00 2010 +0000

description:
Fix a typo and remove trailing whitespace.

diffstat:

 lib/libc/time/ctime.3 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 3a19929c74a9 -r e2bf3cd7acc7 lib/libc/time/ctime.3
--- a/lib/libc/time/ctime.3     Wed Oct 27 19:16:04 2010 +0000
+++ b/lib/libc/time/ctime.3     Wed Oct 27 19:18:00 2010 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: ctime.3,v 1.33 2010/10/27 19:16:04 christos Exp $
+.\"    $NetBSD: ctime.3,v 1.34 2010/10/27 19:18:00 wiz Exp $
 .Dd October 27, 2010
 .Dt CTIME 3
 .Os
@@ -41,7 +41,7 @@
 .Fn mktime "struct tm *tm"
 .Sh DESCRIPTION
 .Fn ctime
-converts a 
+converts a
 .Tp time_t ,
 pointed to by
 .Fa clock ,
@@ -61,7 +61,7 @@
 .Fn ctime_r
 is similar to
 .Fn ctime ,
-except it places the result of the convertion on the
+except it places the result of the conversion on the
 .Fa buf
 argument which should be 26 or more bytes long, instead of using a global
 static buffer.



Home | Main Index | Thread Index | Old Index