diff options
Diffstat (limited to 'man/libsimple_memelem.3')
-rw-r--r-- | man/libsimple_memelem.3 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/man/libsimple_memelem.3 b/man/libsimple_memelem.3 index 5e54171..833e246 100644 --- a/man/libsimple_memelem.3 +++ b/man/libsimple_memelem.3 @@ -11,7 +11,7 @@ void *libsimple_memelem(const void *\fIhaystack\fP, size_t \fInhaystack\fP, cons # define memelem libsimple_memelem #endif .fi - +.PP Link with .IR \-lsimple . .SH DESCRIPTION @@ -27,6 +27,8 @@ with the size .IR nneedle , and with an offset equivalent to zero modulo .IR nneedle . +.PP +The comparison is case-sensitive. .SH RETURN VALUE The .BR libsimple_memelem () |