diff options
Diffstat (limited to '')
-rw-r--r-- | man/libsimple_memends.3 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/man/libsimple_memends.3 b/man/libsimple_memends.3 index 114cedb..8ab4f81 100644 --- a/man/libsimple_memends.3 +++ b/man/libsimple_memends.3 @@ -11,7 +11,7 @@ void *libsimple_memends(const void *\fIs\fP, size_t \fIn\fP, const void *\fIt\fP # define memends libsimple_memends #endif .fi - +.PP Link with .IR \-lsimple . .SH DESCRIPTION @@ -31,6 +31,8 @@ is the same as the .I m first bytes of .IR t . +.PP +The comparison is case-sensitive. .SH RETURN VALUE The .BR libsimple_memends () |