diff options
author | Michael Kerrisk <mtk.manpages@gmail.com> | 2005-10-19 06:54:38 +0000 |
---|---|---|
committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2005-10-19 06:54:38 +0000 |
commit | e511ffb6bcaa9a584412a95e602435827e302033 (patch) | |
tree | 79a5a572acdc2e97d1ea0640b3a63f567e1a00a8 /man3/wcscmp.3 | |
parent | ce9cb96e16485875d545897d73ec8378d6a7cf67 (diff) |
Automated addition of parentheses by add_parens_for_own_funcs.sh
Diffstat (limited to 'man3/wcscmp.3')
-rw-r--r-- | man3/wcscmp.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/wcscmp.3 b/man3/wcscmp.3 index f8c213fee..0a3c9839b 100644 --- a/man3/wcscmp.3 +++ b/man3/wcscmp.3 @@ -21,11 +21,11 @@ wcscmp \- compare two wide-character strings .BI "int wcscmp(const wchar_t *" s1 ", const wchar_t *" s2 ); .fi .SH DESCRIPTION -The \fBwcscmp\fP function is the wide-character equivalent of the \fBstrcmp\fP +The \fBwcscmp\fP() function is the wide-character equivalent of the \fBstrcmp\fP function. It compares the wide-character string pointed to by \fIs1\fP and the wide-character string pointed to by \fIs2\fP. .SH "RETURN VALUE" -The \fBwcscmp\fP function returns zero if the wide-character strings at +The \fBwcscmp\fP() function returns zero if the wide-character strings at \fIs1\fP and \fIs2\fP are equal. It returns an integer greater than zero if at the first differing position \fIi\fP, the corresponding wide-character \fIs1[i]\fP is greater than \fIs2[i]\fP. It returns an integer less than zero if |