mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-22 19:00:07 +00:00
Fix missing @ before texinfo command
This commit is contained in:
parent
bbc2062a75
commit
690c3475f1
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user