diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2023-06-22 13:44:50 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2023-06-22 13:49:09 -0700 |
commit | 21fbc0a19366f89638a30eef2b53c6d4baafdb88 (patch) | |
tree | 72d20654a70d7b7b953791bcffd24f1c6a025901 /posix | |
parent | 99f9ae4ed0ba9f2c84520b78fd0eeed96a7ed40e (diff) | |
download | glibc-21fbc0a19366f89638a30eef2b53c6d4baafdb88.zip glibc-21fbc0a19366f89638a30eef2b53c6d4baafdb88.tar.gz glibc-21fbc0a19366f89638a30eef2b53c6d4baafdb88.tar.bz2 |
Call "CST" a time zone abbreviation, not a name
In documentation, call strings like "CST" time zone abbreviations, not
time zone names. This terminology is more precise, and is what tzdb uses.
A string like "CST" is ambiguous and does not fully name a time zone.
Diffstat (limited to 'posix')
-rw-r--r-- | posix/bits/posix1_lim.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/posix/bits/posix1_lim.h b/posix/bits/posix1_lim.h index c2ec164..e83d625 100644 --- a/posix/bits/posix1_lim.h +++ b/posix/bits/posix1_lim.h @@ -134,7 +134,7 @@ /* Maximum number of characters in a tty name. */ #define _POSIX_TTY_NAME_MAX 9 -/* Maximum length of a timezone name (element of `tzname'). */ +/* Maximum length of a time zone abbreviation (element of 'tzname'). */ #ifdef __USE_XOPEN2K # define _POSIX_TZNAME_MAX 6 #else |