From 4315f45c930c9d4f2beb3aeec859e4d6cf02c918 Mon Sep 17 00:00:00 2001 From: Girish Joshi Date: Sat, 7 Mar 2020 01:17:01 +0530 Subject: manual: Fix inconsistent declaration of wcsrchr [BZ #24655] Reviewed-by: DJ Delorie --- manual/string.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manual') diff --git a/manual/string.texi b/manual/string.texi index c39c732ce4..23f516439a 100644 --- a/manual/string.texi +++ b/manual/string.texi @@ -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 -- cgit v1.2.1