]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/wcspbrk.3
Automated addition of parentheses by add_parens_for_own_funcs.sh
[thirdparty/man-pages.git] / man3 / wcspbrk.3
index f3ecf259282a1a3ba9ed0b6843d79406f07f1abb..5a8684cb5b122359df0ba1abd151c66db127e68d 100644 (file)
@@ -21,12 +21,12 @@ wcspbrk \- search a wide-character string for any of a set of wide characters
 .BI "wchar_t *wcspbrk(const wchar_t *" wcs ", const wchar_t *" accept );
 .fi
 .SH DESCRIPTION
-The \fBwcspbrk\fP function is the wide-character equivalent of the \fBstrpbrk\fP
+The \fBwcspbrk\fP() function is the wide-character equivalent of the \fBstrpbrk\fP
 function. It searches for the first occurrence in the wide-character
 string pointed to by \fIwcs\fP of any of the characters in the wide-character
 string pointed to by \fIaccept\fP.
 .SH "RETURN VALUE"
-The \fBwcspbrk\fP function returns a pointer to the first occurrence in
+The \fBwcspbrk\fP() function returns a pointer to the first occurrence in
 \fIwcs\fP of any of the characters listed in \fIaccept\fP. If \fIwcs\fP
 contains none of these characters, NULL is returned.
 .SH "CONFORMING TO"