Module Name: src
Committed By: wiz
Date: Wed Oct 27 19:18:00 UTC 2010
Modified Files:
src/lib/libc/time: ctime.3
Log Message:
Fix a typo and remove trailing whitespace.
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/lib/libc/time/ctime.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/libc/time/ctime.3
diff -u src/lib/libc/time/ctime.3:1.33 src/lib/libc/time/ctime.3:1.34
--- src/lib/libc/time/ctime.3:1.33 Wed Oct 27 19:16:04 2010
+++ src/lib/libc/time/ctime.3 Wed Oct 27 19:18:00 2010
@@ -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.