From: Girish Joshi Date: Thu, 5 Mar 2020 08:31:43 +0000 (+0100) Subject: manual: Fix wrong declaration of wcschr [BZ #24654] X-Git-Tag: glibc-2.32~532 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f801cf7bb146f9dd7b5e124e752c54194698e132;p=thirdparty%2Fglibc.git manual: Fix wrong declaration of wcschr [BZ #24654] --- diff --git a/manual/string.texi b/manual/string.texi index a1c58e58fa4..c39c732ce4a 100644 --- a/manual/string.texi +++ b/manual/string.texi @@ -1778,7 +1778,7 @@ need that information, it is better (but less portable) to use @code{strchrnul} than to search for it a second time. @end deftypefun -@deftypefun {wchar_t *} wcschr (const wchar_t *@var{wstring}, int @var{wc}) +@deftypefun {wchar_t *} wcschr (const wchar_t *@var{wstring}, wchar_t @var{wc}) @standards{ISO, wchar.h} @safety{@prelim{}@mtsafe{}@assafe{}@acsafe{}} The @code{wcschr} function finds the first occurrence of the wide