mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-08 22:30:07 +00:00
manual: Fix inconsistent declaration of wcsrchr [BZ #24655]
Reviewed-by: DJ Delorie <dj@redhat.com>
This commit is contained in:
parent
dcf46d3fe5
commit
4315f45c93
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user