aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGirish Joshi <girish946@gmail.com>2020-03-07 01:17:01 +0530
committerDJ Delorie <dj@redhat.com>2020-03-13 17:45:04 -0400
commit4315f45c930c9d4f2beb3aeec859e4d6cf02c918 (patch)
tree01848bada49ab9033e8bd77a1d270519731413c2
parentnscd: add cache dumper (diff)
downloadglibc-master.tar.gz
glibc-master.tar.bz2
glibc-master.zip
manual: Fix inconsistent declaration of wcsrchr [BZ #24655]HEADmaster
Reviewed-by: DJ Delorie <dj@redhat.com>
-rw-r--r--manual/string.texi2
1 files changed, 1 insertions, 1 deletions
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