From da0ad31d6a5393b83a5c0aac3f687e61928a5bb4 Mon Sep 17 00:00:00 2001 From: Arthur David Olson Date: Wed, 22 Mar 1989 19:59:21 -0500 Subject: [PATCH] tzsetwall disappears SCCS-file: newctime.3 SCCS-SID: 4.10 --- newctime.3 | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/newctime.3 b/newctime.3 index 4241b60..1001fef 100644 --- a/newctime.3 +++ b/newctime.3 @@ -1,14 +1,12 @@ .TH NEWCTIME 3 .SH NAME -asctime, ctime, difftime, gmtime, localtime, mktime, tzset, tzsetwall \- convert date and time to ASCII +asctime, ctime, difftime, gmtime, localtime, mktime, tzset \- convert date and time to ASCII .SH SYNOPSIS .nf .B extern char *tzname[2]; .PP .B void tzset() .PP -.B void tzsetwall() -.PP .B #include .PP .B char *ctime(clock) @@ -245,11 +243,6 @@ the value of the environment variable (or to the leading characters of its value if it is lengthy). .PP -.I Tzsetwall -sets things up so that -.I localtime -returns the best available approximation of local wall clock time. -.PP .I Ctime\^ converts a long integer, pointed to by .IR clock , @@ -428,9 +421,7 @@ field of a returned points to a static array of characters, which will also be overwritten at the next call (and by calls to -.I tzset -or -.IR tzsetwall ). +.IR tzset ). .PP Avoid using out-of-range values with .I mktime