manual: fix typos in the character handling chapter

This commit is contained in:
Rical Jasan 2016-05-06 00:54:32 -07:00 committed by Mike Frysinger
parent 3ef569c71b
commit d17acc2bb6
2 changed files with 6 additions and 2 deletions

View File

@ -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> 2016-06-16 Rical Jasan <ricaljasan@pacific.net>
* manual/memory.texi: Fix various typos & grammar errors. * manual/memory.texi: Fix various typos & grammar errors.

View File

@ -345,8 +345,8 @@ This type is defined in @file{wctype.h}.
@c compiler optimizations, but given the decision that setlocale is @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 MT-Unsafe, all this would afford us would be the ability to not mark
@c this function with @mtslocale. @c this function with @mtslocale.
The @code{wctype} returns a value representing a class of wide @code{wctype} returns a value representing a class of wide
characters which is identified by the string @var{property}. Beside characters which is identified by the string @var{property}. Besides
some standard properties each locale can define its own ones. In case some standard properties each locale can define its own ones. In case
no property with the given name is known for the current locale no property with the given name is known for the current locale
selected for the @code{LC_CTYPE} category, the function returns zero. selected for the @code{LC_CTYPE} category, the function returns zero.