From: Rical Jasan Date: Fri, 6 May 2016 07:54:32 +0000 (-0700) Subject: manual: fix typos in the character handling chapter X-Git-Tag: glibc-2.24~100 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d17acc2bb62816d9f49a865745ad72a802e2d875;p=thirdparty%2Fglibc.git manual: fix typos in the character handling chapter --- diff --git a/ChangeLog b/ChangeLog index 4f4591efade..e7db6e7b3e3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2016-06-16 Rical Jasan + + * manual/ctype.texi: Fix typos. + 2016-06-16 Rical Jasan * manual/memory.texi: Fix various typos & grammar errors. diff --git a/manual/ctype.texi b/manual/ctype.texi index 2d73d4e728a..818c095d137 100644 --- a/manual/ctype.texi +++ b/manual/ctype.texi @@ -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.