mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-19 13:40:59 +08:00
manual: fix typos in the character handling chapter
This commit is contained in:
parent
3ef569c71b
commit
d17acc2bb6
@ -1,3 +1,7 @@
|
||||
2016-06-16 Rical Jasan <ricaljasan@pacific.net>
|
||||
|
||||
* manual/ctype.texi: Fix typos.
|
||||
|
||||
2016-06-16 Rical Jasan <ricaljasan@pacific.net>
|
||||
|
||||
* manual/memory.texi: Fix various typos & grammar errors.
|
||||
|
@ -345,8 +345,8 @@ This type is defined in @file{wctype.h}.
|
||||
@c compiler optimizations, but given the decision that setlocale is
|
||||
@c MT-Unsafe, all this would afford us would be the ability to not mark
|
||||
@c this function with @mtslocale.
|
||||
The @code{wctype} returns a value representing a class of wide
|
||||
characters which is identified by the string @var{property}. Beside
|
||||
@code{wctype} returns a value representing a class of wide
|
||||
characters which is identified by the string @var{property}. Besides
|
||||
some standard properties each locale can define its own ones. In case
|
||||
no property with the given name is known for the current locale
|
||||
selected for the @code{LC_CTYPE} category, the function returns zero.
|
||||
|
Loading…
x
Reference in New Issue
Block a user