Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/time Redo Vt macro fixes (from r1.35) which were lost.
details: https://anonhg.NetBSD.org/src/rev/6133c786b297
branches: trunk
changeset: 761341:6133c786b297
user: njoly <njoly%NetBSD.org@localhost>
date: Mon Jan 24 19:37:35 2011 +0000
description:
Redo Vt macro fixes (from r1.35) which were lost.
diffstat:
lib/libc/time/ctime.3 | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r a347cbf679b9 -r 6133c786b297 lib/libc/time/ctime.3
--- a/lib/libc/time/ctime.3 Mon Jan 24 19:27:18 2011 +0000
+++ b/lib/libc/time/ctime.3 Mon Jan 24 19:37:35 2011 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index