diff options
author | J William Piggott <elseifthen@gmx.com> | 2015-02-12 22:19:00 -0500 |
---|---|---|
committer | Carlos O'Donell <carlos@systemhalted.org> | 2015-02-12 22:21:13 -0500 |
commit | 3f293d614c9e641a0d96d347df5c1c5ee687762f (patch) | |
tree | 1c57e38132947f9b25391d033bd692fb104601c8 | |
parent | e8bd5286c68bc35be3b41e94c15c4387dcb3bec9 (diff) | |
download | glibc-3f293d614c9e641a0d96d347df5c1c5ee687762f.tar glibc-3f293d614c9e641a0d96d347df5c1c5ee687762f.tar.gz glibc-3f293d614c9e641a0d96d347df5c1c5ee687762f.tar.bz2 glibc-3f293d614c9e641a0d96d347df5c1c5ee687762f.zip |
[BZ #17969]
* manual/time.texi (TZ Variable): The zoneinfo path is
/usr/share/zoneinfo.
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | manual/time.texi | 4 |
3 files changed, 10 insertions, 3 deletions
@@ -1,3 +1,9 @@ +2015-02-12 J William Piggott <elseifthen@gmx.com> + + [BZ #17969] + * manual/time.texi: correct the zoneinfo path in the TZ Variable + node. + 2015-02-12 Joseph Myers <joseph@codesourcery.com> [BZ #17964] @@ -9,7 +9,8 @@ Version 2.22 * The following bugs are resolved with this release: - 4719, 15467, 15790, 16560, 17912, 17932, 17944, 17949, 17964, 17965. + 4719, 15467, 15790, 16560, 17912, 17932, 17944, 17949, 17964, 17965, + 17969. Version 2.21 diff --git a/manual/time.texi b/manual/time.texi index a7bf156a79..c8c728886d 100644 --- a/manual/time.texi +++ b/manual/time.texi @@ -2509,11 +2509,11 @@ rule for choosing the default time zone, so there is little we can say about them. @cindex time zone database -@pindex /share/lib/zoneinfo +@pindex /usr/share/zoneinfo @pindex zoneinfo If @var{characters} begins with a slash, it is an absolute file name; otherwise the library looks for the file -@w{@file{/share/lib/zoneinfo/@var{characters}}}. The @file{zoneinfo} +@w{@file{/usr/share/zoneinfo/@var{characters}}}. The @file{zoneinfo} directory contains data files describing local time zones in many different parts of the world. The names represent major cities, with subdirectories for geographical areas; for example, |