]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Fix missing @ before texinfo command
authorAndreas Schwab <schwab@linux-m68k.org>
Fri, 6 Apr 2018 06:44:07 +0000 (08:44 +0200)
committerAndreas Schwab <schwab@linux-m68k.org>
Fri, 6 Apr 2018 06:56:24 +0000 (08:56 +0200)
ChangeLog
manual/charset.texi

index 56b528d13fb61dc6c2591598f8bf48fe12cdbd0f..efd53c65eacecd9093e42893fcdb830d2052c2e4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2018-04-06  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * manual/charset.texi (Converting a Character): Fix typo.
+
 2018-04-05 Adhemerval Zanella  <adhemerval.zanella@linaro.org>
 
        * sysdeps/sparc/fpu/libm-test-ulps: Update.
index a63d67045f1926a3f2a132be7c127e27b3087025..f6a980f6cb444f1993c0a0360e6d396d6d13755f 100644 (file)
@@ -701,7 +701,7 @@ uppercase could look like this:
 In the inner loop, a single wide character is stored in @code{wc}, and
 the number of consumed bytes is stored in the variable @code{nbytes}.
 If the conversion is successful, the uppercase variant of the wide
-character is stored in the code{result} array and the pointer to the
+character is stored in the @code{result} array and the pointer to the
 input string and the number of available bytes is adjusted.  If the
 @code{mbrtowc} function returns zero, the null input byte has not been
 converted, so it must be stored explicitly in the result.