diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | manual/time.texi | 4 |
3 files changed, 10 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog index 87a9f58b86..821da1dd88 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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] diff --git a/NEWS b/NEWS index 11ca36bf38..f6f34e8811 100644 --- a/NEWS +++ b/NEWS @@ -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, |