From: Bruno Haible Date: Tue, 19 Nov 2024 18:18:44 +0000 (+0100) Subject: doc: Improve typography in man pages. X-Git-Tag: v0.23~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b598250a703ca2a156585ffe9a927adee1706e9d;p=thirdparty%2Fgettext.git doc: Improve typography in man pages. Patch by наб in . * gettext-runtime/man/bind_textdomain_codeset.3.in: After "e.g." or "i.e.", use \&. --- diff --git a/gettext-runtime/man/bind_textdomain_codeset.3.in b/gettext-runtime/man/bind_textdomain_codeset.3.in index 501914d9f..5df645a9f 100644 --- a/gettext-runtime/man/bind_textdomain_codeset.3.in +++ b/gettext-runtime/man/bind_textdomain_codeset.3.in @@ -30,7 +30,7 @@ every software package has its own message domain. By default, the \fBgettext\fP family of functions returns translated messages in the locale's character encoding, which can be retrieved as \fBnl_langinfo (CODESET)\fP. The need for calling \fBbind_textdomain_codeset\fP -arises for programs which store strings in a locale independent way (e.g. +arises for programs which store strings in a locale independent way (e.g.\& UTF-8) and want to avoid an extra character set conversion on the returned translated messages. .PP