From 9aff8c45233d87f8d589efc7e7933c9e14770f6c Mon Sep 17 00:00:00 2001 From: David Bryant Date: Tue, 6 Dec 2022 10:27:41 -0600 Subject: Corrected capitalization and modified some descriptions of libraries, for consistency of style. --- chapter08/gettext.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'chapter08') diff --git a/chapter08/gettext.xml b/chapter08/gettext.xml index 08b960d44..be1c16d39 100644 --- a/chapter08/gettext.xml +++ b/chapter08/gettext.xml @@ -346,7 +346,7 @@ chmod -v 0755 /usr/lib/preloadable_libintl.so libasprintf - defines the autosprintf class, which makes + Defines the autosprintf class, which makes C formatted output routines usable in C++ programs, for use with the <string> strings and the <iostream> streams @@ -359,7 +359,7 @@ chmod -v 0755 /usr/lib/preloadable_libintl.so libgettextlib - a private library containing common routines used by the + Contains common routines used by the various Gettext programs; these are not intended for general use libgettextlib @@ -385,7 +385,7 @@ chmod -v 0755 /usr/lib/preloadable_libintl.so libgettextsrc - A private library containing common routines used by the + Provides common routines used by the various Gettext programs; these are not intended for general use libgettextsrc @@ -406,8 +406,8 @@ chmod -v 0755 /usr/lib/preloadable_libintl.so preloadable_libintl - A library, intended to be used by LD_PRELOAD that assists - libintl in logging + A library, intended to be used by LD_PRELOAD, that helps + libintl log untranslated messages preloadable_libintl -- cgit v1.2.3-54-g00ecf