summaryrefslogtreecommitdiff
path: root/manual/charset.texi
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-12-25 00:51:33 +0000
committerUlrich Drepper <drepper@redhat.com>2000-12-25 00:51:33 +0000
commit640a3be10f2bf3382d18c4c6a3cf18dbf23fd66f (patch)
treed0434d7cfc991c0eee67acc137f81477770f8f2d /manual/charset.texi
parent7ba73c63c0ce6fe3c453c1aea67c3fa7e4bdec48 (diff)
Update.
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).
Diffstat (limited to 'manual/charset.texi')
-rw-r--r--manual/charset.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/charset.texi b/manual/charset.texi
index aaf379dd2b..4e3ac3b178 100644
--- a/manual/charset.texi
+++ b/manual/charset.texi
@@ -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