diff options
author | David Bryant <davidbryant@gvtc.com> | 2022-12-14 08:47:53 -0600 |
---|---|---|
committer | David Bryant <davidbryant@gvtc.com> | 2022-12-14 08:47:53 -0600 |
commit | 3c5ecc9121193ac734a9220e0962c5e2ba1c67c4 (patch) | |
tree | 3087e887eaac12323356e5a7dd7981b2de5be146 | |
parent | 769977307109e0d138077ee573a29b7b12952a08 (diff) |
"Test suite" is two words.
-rw-r--r-- | chapter08/glibc.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter08/glibc.xml b/chapter08/glibc.xml index 0295e0aab..340eb0861 100644 --- a/chapter08/glibc.xml +++ b/chapter08/glibc.xml @@ -387,10 +387,10 @@ unset ZONEINFO</userinput></screen> <filename class="directory">zoneinfo/posix</filename>. It is necessary to put the POSIX time zones in <filename class="directory">zoneinfo</filename>, otherwise various - test-suites will report errors. On an embedded system, where space is + test suites will report errors. On an embedded system, where space is tight and you do not intend to ever update the time zones, you could save 1.9 MB by not using the <filename class="directory">posix</filename> - directory, but some applications or test-suites might produce some + directory, but some applications or test suites might produce some failures.</para> </listitem> </varlistentry> |