aboutsummaryrefslogtreecommitdiffstats
path: root/man/libsimple_memrchr.3
diff options
context:
space:
mode:
Diffstat (limited to 'man/libsimple_memrchr.3')
-rw-r--r--man/libsimple_memrchr.34
1 files changed, 3 insertions, 1 deletions
diff --git a/man/libsimple_memrchr.3 b/man/libsimple_memrchr.3
index b0a01a7..8fd74f7 100644
--- a/man/libsimple_memrchr.3
+++ b/man/libsimple_memrchr.3
@@ -11,7 +11,7 @@ void *libsimple_memrchr(const void *\fIs\fP, int \fIc\fP, size_t \fIn\fP);
# define memrchr libsimple_memrchr
#endif
.fi
-
+.PP
Link with
.IR \-lsimple .
.SH DESCRIPTION
@@ -25,6 +25,8 @@ for the last occurence of the byte
.I c
(it is converted to a
.BR char ).
+.PP
+The comparison is case-sensitive.
.SH RETURN VALUE
The
.BR libsimple_memrchr ()