summaryrefslogtreecommitdiff
path: root/newctime.3
diff options
context:
space:
mode:
Diffstat (limited to 'newctime.3')
-rw-r--r--newctime.35
1 files changed, 2 insertions, 3 deletions
diff --git a/newctime.3 b/newctime.3
index 1353869..3904d04 100644
--- a/newctime.3
+++ b/newctime.3
@@ -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