manual: Fix inconsistent declaration of wcsrchr [BZ #24655]

Reviewed-by: DJ Delorie <dj@redhat.com>
This commit is contained in:
Girish Joshi 2020-03-07 01:17:01 +05:30 committed by DJ Delorie
parent dcf46d3fe5
commit 4315f45c93

View file

@ -1852,7 +1852,7 @@ strrchr ("hello, world", 'l')
@end smallexample
@end deftypefun
@deftypefun {wchar_t *} wcsrchr (const wchar_t *@var{wstring}, wchar_t @var{c})
@deftypefun {wchar_t *} wcsrchr (const wchar_t *@var{wstring}, wchar_t @var{wc})
@standards{ISO, wchar.h}
@safety{@prelim{}@mtsafe{}@assafe{}@acsafe{}}
The function @code{wcsrchr} is like @code{wcschr}, except that it searches