|
|
@@ -1,6 +1,6 @@
|
|
|
.TH NEWCTIME 3
|
|
|
.SH NAME
|
|
|
-asctime, ctime, difftime, gmtime, localtime, mktime \- convert date and time to ASCII
|
|
|
+asctime, ctime, difftime, gmtime, localtime, mktime \- convert date and time
|
|
|
.SH SYNOPSIS
|
|
|
.nf
|
|
|
.B extern char *tzname[2];
|
|
|
@@ -94,8 +94,7 @@ sets the
|
|
|
.BR tm_isdst 'th
|
|
|
element of
|
|
|
.B tzname
|
|
|
-to a pointer to an
|
|
|
-ASCII string that's the time zone abbreviation to be used with
|
|
|
+to a pointer to a string that's the time zone abbreviation to be used with
|
|
|
.IR localtime 's
|
|
|
return value.
|
|
|
.PP
|