summaryrefslogtreecommitdiff
path: root/newctime.3
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2014-06-28 14:09:32 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2014-06-28 14:09:32 -0700
commit8f065f5aa9afe5d1600e62092c8b63dd592cd21e (patch)
tree0576faf42c0aff5448caae1118644fde7976423d /newctime.3
parentc25e1180cf3ec34d6c731d5ec16739d6d2ca8fc2 (diff)
downloadtz-8f065f5aa9afe5d1600e62092c8b63dd592cd21e.tar.gz
* asctime.c, newctime.3, newtzset.3: Don't imply ASCII is required.
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