Update.
authorUlrich Drepper <drepper@redhat.com>
Mon, 25 Dec 2000 00:51:33 +0000 (00:51 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 25 Dec 2000 00:51:33 +0000 (00:51 +0000)
2000-12-23  Ben Collins  <bcollins@debian.org>

* manual/charset.texi (Extended Char Intro): Fix typo in ISO 6937
description.

* manual/stdio.texi (Dynamic Output): Document the return value of
asprintf.  Also make the asprintf/snprintf examples a little
better (check for some error returns).

ChangeLog
manual/charset.texi

index 32bc9d6..02236d1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2000-12-23  Ben Collins  <bcollins@debian.org>
+
+       * manual/charset.texi (Extended Char Intro): Fix typo in ISO 6937
+       description.
+
+       * manual/stdio.texi (Dynamic Output): Document the return value of
+       asprintf.  Also make the asprintf/snprintf examples a little
+       better (check for some error returns).
+
 2000-12-22  Andreas Jaeger  <aj@suse.de>
 
        * include/stdio.h: Add __ftrylockfile prototype.
index aaf379d..4e3ac3b 100644 (file)
@@ -268,7 +268,7 @@ representing characters like the acute accent do not produce output
 themselves: one has to combine them with other characters to get the
 desired result.  E.g., the byte sequence @code{0xc2 0x61} (non-spacing
 acute accent, following by lower-case `a') to get the ``small a with
-acute'' character.  To get the acute accent character on its on one has
+acute'' character.  To get the acute accent character on its own, one has
 to write @code{0xc2 0x20} (the non-spacing acute followed by a space).
 
 This type of character set is used in some embedded systems such as