Module Name:    src
Committed By:   njoly
Date:           Mon Jan 24 19:37:35 UTC 2011

Modified Files:
        src/lib/libc/time: ctime.3

Log Message:
Redo Vt macro fixes (from r1.35) which were lost.


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 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.37 src/lib/libc/time/ctime.3:1.38
--- src/lib/libc/time/ctime.3:1.37	Fri Dec 17 01:30:50 2010
+++ src/lib/libc/time/ctime.3	Mon Jan 24 19:37:35 2011
@@ -1,4 +1,4 @@
-.\" $NetBSD: ctime.3,v 1.37 2010/12/17 01:30:50 wiz Exp $
+.\" $NetBSD: ctime.3,v 1.38 2011/01/24 19:37:35 njoly Exp $
 .Dd December 14, 2010
 .Dt CTIME 3
 .Os
@@ -24,7 +24,7 @@
 .Lb libc
 .Sh SYNOPSIS
 .In time.h
-.Dv extern char *tzname[2];
+.Vt extern char *tzname[2];
 .Ft char *
 .Fn ctime "const time_t *clock"
 .Ft char *
@@ -60,7 +60,7 @@
 .Sh DESCRIPTION
 .Fn ctime
 converts a
-.Tp time_t ,
+.Vt time_t ,
 pointed to by
 .Fa clock ,
 representing the time in seconds since
@@ -333,7 +333,7 @@
 and
 .Fn mktime_z
 function returns the specified time since the Epoch as a
-.Va time_t
+.Vt time_t
 type value.
 If the time cannot be represented, then
 .Fn mktime

Reply via email to