aboutsummaryrefslogtreecommitdiffstats
path: root/man/libsimple_memmem.3
diff options
context:
space:
mode:
Diffstat (limited to 'man/libsimple_memmem.3')
-rw-r--r--man/libsimple_memmem.34
1 files changed, 3 insertions, 1 deletions
diff --git a/man/libsimple_memmem.3 b/man/libsimple_memmem.3
index 18dec5d..15437cd 100644
--- a/man/libsimple_memmem.3
+++ b/man/libsimple_memmem.3
@@ -11,7 +11,7 @@ void *libsimple_memmem(const void *\fIhaystack\fP, size_t \fInhaystack\fP, const
# define memmem libsimple_memmem
#endif
.fi
-
+.PP
Link with
.IR \-lsimple .
.SH DESCRIPTION
@@ -25,6 +25,8 @@ for the first occurence of the byte string
.I needle
with the size
.IR nneedle .
+.PP
+The comparison is case-sensitive.
.SH RETURN VALUE
The
.BR libsimple_memmem ()