diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-10-19 19:30:13 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-10-19 19:30:13 +0000 |
commit | 8a961f65245346170b1f4f5ca50775691b423bd5 (patch) | |
tree | afdc82e3b005f638322594c7ea7c6501c5216b7d /chapter05 | |
parent | 32446dc7c24f743b2c8c0062e0f8ada5351f14a9 (diff) |
Remove reference to GMT in Chapter 5 tcl page.
Update to linux-3.17.1.
Update to gettext-0.19.3.
Update to man-pages-3.75.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10778 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/tcl.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/tcl.xml b/chapter05/tcl.xml index 9a264ad68..92ff30d8e 100644 --- a/chapter05/tcl.xml +++ b/chapter05/tcl.xml @@ -67,7 +67,7 @@ conditions that are not fully understood. Therefore, test suite failures here are not surprising, and are not considered critical. The <parameter>TZ=UTC</parameter> parameter sets the time zone to Coordinated - Universal Time (UTC), also known as Greenwich Mean Time (GMT), but only + Universal Time (UTC), but only for the duration of the test suite run. This ensures that the clock tests are exercised correctly. Details on the <envar>TZ</envar> environment variable are provided in <xref linkend="chapter-bootscripts"/>.</para> |