From 690c3475f1417c99cb0fc69f35d77560c24c1d69 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Fri, 6 Apr 2018 08:44:07 +0200 Subject: [PATCH] Fix missing @ before texinfo command --- ChangeLog | 4 ++++ manual/charset.texi | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 56b528d..efd53c6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2018-04-06 Andreas Schwab + + * manual/charset.texi (Converting a Character): Fix typo. + 2018-04-05 Adhemerval Zanella * sysdeps/sparc/fpu/libm-test-ulps: Update. diff --git a/manual/charset.texi b/manual/charset.texi index a63d670..f6a980f 100644 --- a/manual/charset.texi +++ b/manual/charset.texi @@ -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. -- 2.7.4