]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
doc: Improve typography in man pages.
authorBruno Haible <bruno@clisp.org>
Tue, 19 Nov 2024 18:18:44 +0000 (19:18 +0100)
committerBruno Haible <bruno@clisp.org>
Tue, 19 Nov 2024 18:18:44 +0000 (19:18 +0100)
Patch by наб <nabijaczleweli@nabijaczleweli.xyz> in
<https://lists.gnu.org/archive/html/bug-gettext/2022-01/msg00019.html>.

* gettext-runtime/man/bind_textdomain_codeset.3.in: After "e.g." or "i.e.",
use \&.

gettext-runtime/man/bind_textdomain_codeset.3.in

index 501914d9f651fcfe799150529286f1bebfe4f1af..5df645a9ff80609fb510a19c7b81f697d8be273d 100644 (file)
@@ -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