Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/time Convert a few macros to Vt (variable type).



details:   https://anonhg.NetBSD.org/src/rev/6aa5f4718a27
branches:  trunk
changeset: 759435:6aa5f4718a27
user:      njoly <njoly%NetBSD.org@localhost>
date:      Thu Dec 09 09:22:31 2010 +0000

description:
Convert a few macros to Vt (variable type).

diffstat:

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

diffs (36 lines):

diff -r 8f12f4a09aaf -r 6aa5f4718a27 lib/libc/time/ctime.3
--- a/lib/libc/time/ctime.3     Thu Dec 09 06:22:03 2010 +0000
+++ b/lib/libc/time/ctime.3     Thu Dec 09 09:22:31 2010 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: ctime.3,v 1.34 2010/10/27 19:18:00 wiz Exp $
+.\"    $NetBSD: ctime.3,v 1.35 2010/12/09 09:22:31 njoly Exp $
 .Dd October 27, 2010
 .Dt CTIME 3
 .Os
@@ -18,7 +18,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 *
@@ -42,7 +42,7 @@
 .Sh DESCRIPTION
 .Fn ctime
 converts a
-.Tp time_t ,
+.Vt time_t ,
 pointed to by
 .Fa clock ,
 representing the time in seconds since
@@ -235,7 +235,7 @@
 The
 .Fn mktime
 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