diff options
author | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-05-12 00:30:29 +0000 |
---|---|---|
committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-05-12 00:30:29 +0000 |
commit | fb186734289145885761fc285a1f97e5b294609f (patch) | |
tree | 3905a02a55673ae48bc8dc7f8cec551fe26fd667 /man3/wmemcmp.3 | |
parent | 63f6a20a1acb380057d1940f286bde6d6758e51d (diff) |
Adding section numbers to xrefs toother pages
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 c46e9a87a..3f8ecad96 100644 --- a/man3/wmemcmp.3 +++ b/man3/wmemcmp.3 @@ -21,7 +21,7 @@ wmemcmp \- compare two arrays of wide-characters .fi .SH DESCRIPTION The \fBwmemcmp\fP() function is the wide-character equivalent of the -\fBmemcmp\fP() function. +\fBmemcmp\fP(3) 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" |