]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Typographical fine points.
authorBruno Haible <bruno@clisp.org>
Tue, 8 Aug 2006 20:52:39 +0000 (20:52 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:13:53 +0000 (12:13 +0200)
gettext-runtime/libasprintf/ChangeLog
gettext-runtime/libasprintf/autosprintf.texi
gettext-tools/doc/ChangeLog
gettext-tools/doc/gettext.texi
gettext-tools/doc/msgcat.texi
gettext-tools/doc/msgcomm.texi
gettext-tools/doc/msgfilter.texi

index 476df51d21c6d6d85935f7f2d142920a3a57f0ea..4e2c0ba217149bc4d953f2754deb7e91034cb127 100644 (file)
@@ -1,3 +1,7 @@
+2006-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * autosprintf.texi: Reduce spacing after "i.e." and "e.g.".
+
 2006-07-25  Bruno Haible  <bruno@clisp.org>
 
        * windows: Remove directory.
index 7e9ca5660b45e599cb4ce1375ef87e999d558b4e..7543cde183b304fca2d30481d86e6b04e8af88a7 100644 (file)
@@ -126,7 +126,7 @@ single string for a sentence than with multiple string pieces.
 
 @item
 It reduces the risk of programming errors due to forgotten state in the
-output stream (e.g. @code{cout << hex;} not followed by @code{cout << dec;}).
+output stream (e.g.@: @code{cout << hex;} not followed by @code{cout << dec;}).
 @end itemize
 
 @node Class autosprintf, Using autosprintf, Introduction, Top
@@ -134,7 +134,7 @@ output stream (e.g. @code{cout << hex;} not followed by @code{cout << dec;}).
 
 An instance of class @code{autosprintf} just contains a string with the
 formatted output result. Such an instance is usually allocated as an
-automatic storage variable, i.e. on the stack, not with @code{new} on the
+automatic storage variable, i.e.@: on the stack, not with @code{new} on the
 heap.
 
 The constructor @code{autosprintf (const char *format, ...)} takes a format
index 24c3a9a72b860376fe927eff6f7cd656128e3088..ddf64416bf242a97ae092d6b8bc3bbcf4171267e 100644 (file)
@@ -1,3 +1,10 @@
+2006-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * gettext.texi: Reduce spacing after "i.e." and "e.g.".
+       * msgcat.texi: Likewise.
+       * msgcomm.texi: Likewise.
+       * msgfilter.texi: Likewise.
+
 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        * gettext.texi: Fix 17 typos.
index 7a08964b261a4239392a5352f7af506bee119573..4bd1654ed71f591a408bc6d47f336899dcd477a4 100644 (file)
@@ -2156,7 +2156,7 @@ happens if the translation introduces a valid format specifier?  The
 exists because the original code does not pass any parameters.
 
 @code{xgettext} of course could make a wrong decision the other way
-round, i.e. a string marked as a format string actually is not a format
+round, i.e.@: a string marked as a format string actually is not a format
 string.  In this case the @code{msgfmt} might give too many warnings and
 would prevent translating the @file{.po} file.  The method to prevent
 this wrong decision is similar to the one used above, only the comment
@@ -4614,7 +4614,7 @@ some others do@dots{})
 But we must not forget one point: after all the trouble with transferring
 the rights on Unix(tm) they at last came to X/Open, the very same who
 published this specification.  This leads me to making the prediction
-that this interface will be in future Unix standards (e.g. Spec1170) and
+that this interface will be in future Unix standards (e.g.@: Spec1170) and
 therefore part of all Unix implementation (implementations, which are
 @emph{allowed} to wear this name).
 
@@ -4898,7 +4898,7 @@ character set.
 The output character set is, by default, the value of @code{nl_langinfo
 (CODESET)}, which depends on the @code{LC_CTYPE} part of the current
 locale.  But programs which store strings in a locale independent way
-(e.g. UTF-8) can request that @code{gettext} and related functions
+(e.g.@: UTF-8) can request that @code{gettext} and related functions
 return the translations in that encoding, by use of the
 @code{bind_textdomain_codeset} function.
 
@@ -5117,7 +5117,7 @@ forms differs widely between the language families.  For example,
 Rafal Maszkowski @code{<rzm@@mat.uni.torun.pl>} reports:
 
 @quotation
-In Polish we use e.g. plik (file) this way:
+In Polish we use e.g.@: plik (file) this way:
 @example
 1 plik
 2,3,4 pliki
@@ -5495,7 +5495,7 @@ string is always the same.  One way to use this is:
 @end example
 
 @noindent
-But this solution is not usable in all situation (e.g. when the locale
+But this solution is not usable in all situation (e.g.@: when the locale
 selection changes) nor does it lead to legible code.
 
 For this reason, GNU @code{gettext} caches previous translation results.
@@ -6002,9 +6002,9 @@ the GNU Library General Public License, when they do not want to make
 their program free, or want other kinds of freedom.  The simplest
 answer is ``normally not''.
 
-The @code{gettext-runtime} part of GNU @code{gettext}, i.e. the
+The @code{gettext-runtime} part of GNU @code{gettext}, i.e.@: the
 contents of @code{libintl}, is covered by the GNU Library General Public
-License.  The @code{gettext-tools} part of GNU @code{gettext}, i.e. the
+License.  The @code{gettext-tools} part of GNU @code{gettext}, i.e.@: the
 rest of the GNU @code{gettext} package, is covered by the GNU General
 Public License.
 
@@ -9131,7 +9131,7 @@ The creation of the @code{ResourceManager} is done through
 @noindent
 
 The @code{GetString} function returns a string's translation.  Note that this
-function returns null when a translation is missing (i.e. not even found in
+function returns null when a translation is missing (i.e.@: not even found in
 the fallback resource file).
 
 @item
@@ -9795,7 +9795,7 @@ print $gettext@{Error@};
 @end example
 
 The exact rule is: You can omit the surrounding quotes, when the hash
-key is a valid C (!) identifier, i.e. when it starts with an
+key is a valid C (!) identifier, i.e.@: when it starts with an
 underscore or an ASCII letter and is followed by an arbitrary number
 of underscores, ASCII letters or digits.  Other Unicode characters
 are @emph{not} allowed, regardless of the @code{use utf8} pragma.
@@ -10158,7 +10158,7 @@ EOF
 @end group
 @end example
 
-Please do not forget, that the line breaks are real, i.e. they
+Please do not forget, that the line breaks are real, i.e.@: they
 translate into newline characters that will consequently show up in
 the resulting POT file.
 
index c53d883cd761c71d4e54728923727f7330a7e8a8..21dcfc9a36da1dcc54e491e30a8b4391fdd49256 100644 (file)
@@ -10,7 +10,7 @@ The @code{msgcat} program concatenates and merges the specified PO files.
 It finds messages which are common to two or more of the specified PO files.
 By using the @code{--more-than} option, greater commonality may be requested
 before messages are printed.  Conversely, the @code{--less-than} option may be
-used to specify less commonality before messages are printed (i.e.
+used to specify less commonality before messages are printed (i.e.@:
 @samp{--less-than=2} will only print the unique messages).  Translations,
 comments and extract comments will be cumulated, except that if
 @code{--use-first} is specified, they will be taken from the first PO file
index 86fc711f427c0bf848e5f06cd45615a3b035d38b..cff0c90a3a939fa294d1c2eae1e8189beb381a37 100644 (file)
@@ -9,7 +9,7 @@ The @code{msgcomm} program finds messages which are common to two or more
 of the specified PO files.
 By using the @code{--more-than} option, greater commonality may be requested
 before messages are printed.  Conversely, the @code{--less-than} option may be
-used to specify less commonality before messages are printed (i.e.
+used to specify less commonality before messages are printed (i.e.@:
 @samp{--less-than=2} will only print the unique messages).  Translations,
 comments and extract comments will be preserved, but only from the first
 PO file to define them.  File positions from all PO files will be
index bd82f015e69807856bc520cfa583846019835d20..1e2b3b37eafe3e742fbb4dfeef60ddc2ea2738d3 100644 (file)
@@ -143,7 +143,7 @@ Write the .po file using indented style.
 
 @item --keep-header
 @opindex --keep-header@r{, @code{msgfilter} option}
-Keep the header entry, i.e. the message with @samp{msgid ""}, unmodified,
+Keep the header entry, i.e.@: the message with @samp{msgid ""}, unmodified,
 instead of filtering it.  By default, the header entry is subject to
 filtering like any other message.