diff options
author | Bruno Haible <bruno@clisp.org> | 2006-08-08 20:52:39 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:13:53 +0200 |
commit | 0f8e20e7cacc41c9f0a453626428140a8e932554 (patch) | |
tree | 22eb0756da4e9bc0d1811c685446f15d4dd5bc5f /gettext-runtime | |
parent | 0957665722f62115deab386a300b5fa62157c8c4 (diff) | |
download | external_gettext-0f8e20e7cacc41c9f0a453626428140a8e932554.zip external_gettext-0f8e20e7cacc41c9f0a453626428140a8e932554.tar.gz external_gettext-0f8e20e7cacc41c9f0a453626428140a8e932554.tar.bz2 |
Typographical fine points.
Diffstat (limited to 'gettext-runtime')
-rw-r--r-- | gettext-runtime/libasprintf/ChangeLog | 4 | ||||
-rw-r--r-- | gettext-runtime/libasprintf/autosprintf.texi | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gettext-runtime/libasprintf/ChangeLog b/gettext-runtime/libasprintf/ChangeLog index 476df51..4e2c0ba 100644 --- a/gettext-runtime/libasprintf/ChangeLog +++ b/gettext-runtime/libasprintf/ChangeLog @@ -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. diff --git a/gettext-runtime/libasprintf/autosprintf.texi b/gettext-runtime/libasprintf/autosprintf.texi index 7e9ca56..7543cde 100644 --- a/gettext-runtime/libasprintf/autosprintf.texi +++ b/gettext-runtime/libasprintf/autosprintf.texi @@ -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 |