diff options
author | Michael Kerrisk <mtk.manpages@gmail.com> | 2005-10-19 08:35:30 +0000 |
---|---|---|
committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2005-10-19 08:35:30 +0000 |
commit | 3382bd94ffffd3d3191261eea147a96af7e0e0e0 (patch) | |
tree | ca8bf4b7c4d00ad35a888678566b36b146be8ef3 /man3/wmemcmp.3 | |
parent | e1d6264d9feaed449e70f288ebdd40d8abae818c (diff) |
Manual fixes of parentheses formatting
Diffstat (limited to 'man3/wmemcmp.3')
-rw-r--r-- | man3/wmemcmp.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/wmemcmp.3 b/man3/wmemcmp.3 index 8c9a084e0..c820889df 100644 --- a/man3/wmemcmp.3 +++ b/man3/wmemcmp.3 @@ -20,7 +20,7 @@ wmemcmp \- compare two arrays of wide-characters .BI "int wmemcmp(const wchar_t *" s1 ", const wchar_t *" s2 ", size_t " n ); .fi .SH DESCRIPTION -The \fBwmemcmp\fP() function is the wide-character equivalent of the \fBmemcmp\fP +The \fBwmemcmp\fP() function is the wide-character equivalent of the \fBmemcmp\fP() function. It compares the \fIn\fP wide-characters starting at \fIs1\fP and the \fIn\fP wide-characters starting at \fIs2\fP. .SH "RETURN VALUE" |