aboutsummaryrefslogtreecommitdiffstats
path: root/man/libsimple_memeq.3
diff options
context:
space:
mode:
Diffstat (limited to 'man/libsimple_memeq.3')
-rw-r--r--man/libsimple_memeq.35
1 files changed, 4 insertions, 1 deletions
diff --git a/man/libsimple_memeq.3 b/man/libsimple_memeq.3
index fa1ac20..1deca9c 100644
--- a/man/libsimple_memeq.3
+++ b/man/libsimple_memeq.3
@@ -11,7 +11,7 @@ void *libsimple_memeq(const void *\fIa\fP, const void *\fIb\fP, size_t \fIn\fP);
# define memeq libsimple_memeq
#endif
.fi
-
+.PP
Link with
.IR \-lsimple .
.SH DESCRIPTION
@@ -24,6 +24,8 @@ bytes of
and
.I b
are equal.
+.PP
+The comparison is case-sensitive.
.SH RETURN VALUE
The
.BR libsimple_memeq ()
@@ -67,4 +69,5 @@ None.
.SH BUGS
None.
.SH SEE ALSO
+.BR libsimple_memeqlen (3),
.BR memcmp (3)