summaryrefslogtreecommitdiffstats
path: root/gettext-runtime
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2003-12-01 13:48:16 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:11:26 +0200
commit336485c964588b4160011237b076eceed7794910 (patch)
tree439e897b00575e314eaacc77341c2ddeaf69dd13 /gettext-runtime
parent70efc7d46d32941dc5f393f1691b0046746d0f11 (diff)
downloadexternal_gettext-336485c964588b4160011237b076eceed7794910.zip
external_gettext-336485c964588b4160011237b076eceed7794910.tar.gz
external_gettext-336485c964588b4160011237b076eceed7794910.tar.bz2
Regenerated for 0.13.
Diffstat (limited to 'gettext-runtime')
-rw-r--r--gettext-runtime/libasprintf/autosprintf.html4
-rw-r--r--gettext-runtime/libasprintf/autosprintf.info22
2 files changed, 13 insertions, 13 deletions
diff --git a/gettext-runtime/libasprintf/autosprintf.html b/gettext-runtime/libasprintf/autosprintf.html
index 1c90be9..74d4523 100644
--- a/gettext-runtime/libasprintf/autosprintf.html
+++ b/gettext-runtime/libasprintf/autosprintf.html
@@ -1,7 +1,7 @@
<HTML>
<HEAD>
<!-- This HTML file has been created by texi2html 1.52a
- from autosprintf.texi on 25 Febuary 2003 -->
+ from autosprintf.texi on 12 June 2003 -->
<TITLE>GNU autosprintf</TITLE>
</HEAD>
@@ -133,7 +133,7 @@ it provides.
</P>
<P><HR><P>
-This document was generated on 25 Febuary 2003 using the
+This document was generated on 12 June 2003 using the
<A HREF="http://wwwinfo.cern.ch/dis/texi2html/">texi2html</A>
translator version 1.52a.</P>
</BODY>
diff --git a/gettext-runtime/libasprintf/autosprintf.info b/gettext-runtime/libasprintf/autosprintf.info
index c8bf1ad..7773fa4 100644
--- a/gettext-runtime/libasprintf/autosprintf.info
+++ b/gettext-runtime/libasprintf/autosprintf.info
@@ -1,9 +1,9 @@
-This is autosprintf.info, produced by makeinfo version 4.3 from
+This is autosprintf.info, produced by makeinfo version 4.6 from
autosprintf.texi.
-INFO-DIR-SECTION GNU autosprintf
+INFO-DIR-SECTION C++ libraries
START-INFO-DIR-ENTRY
-* autosprintf: (autosprintf). GNU autosprintf
+* autosprintf: (autosprintf). Support for printf format strings in C++.
END-INFO-DIR-ENTRY
This file provides documentation for GNU `autosprintf' library.
@@ -30,7 +30,7 @@ File: autosprintf.info, Node: Top, Next: Introduction, Prev: (dir), Up: (dir
GNU autosprintf
***************
- This manual documents the GNU autosprintf class, version 1.0.
+This manual documents the GNU autosprintf class, version 1.0.
* Menu:
@@ -44,7 +44,7 @@ File: autosprintf.info, Node: Introduction, Next: Class autosprintf, Prev: To
Introduction
************
- This package makes the C formatted output routines (`fprintf' et al.)
+This package makes the C formatted output routines (`fprintf' et al.)
usable in C++ programs, for use with the `<string>' strings and the
`<iostream>' streams.
@@ -79,7 +79,7 @@ File: autosprintf.info, Node: Class autosprintf, Next: Using autosprintf, Pre
The `autosprintf' class
***********************
- An instance of class `autosprintf' just contains a string with the
+An instance of class `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 `new' on the
heap.
@@ -101,7 +101,7 @@ File: autosprintf.info, Node: Using autosprintf, Prev: Class autosprintf, Up:
Using `autosprintf' in own programs
***********************************
- To use the `autosprintf' class in your programs, you need to add
+To use the `autosprintf' class in your programs, you need to add
#include "autosprintf.h"
using gnu::autosprintf;
@@ -119,9 +119,9 @@ variable that it provides.

Tag Table:
-Node: Top998
-Node: Introduction1361
-Node: Class autosprintf2511
-Node: Using autosprintf3282
+Node: Top1011
+Node: Introduction1371
+Node: Class autosprintf2518
+Node: Using autosprintf3286

End Tag Table