aboutsummaryrefslogtreecommitdiffstats
path: root/man/libsimple_rawmemrchr.3
diff options
context:
space:
mode:
Diffstat (limited to 'man/libsimple_rawmemrchr.3')
-rw-r--r--man/libsimple_rawmemrchr.34
1 files changed, 3 insertions, 1 deletions
diff --git a/man/libsimple_rawmemrchr.3 b/man/libsimple_rawmemrchr.3
index c445794..198daa6 100644
--- a/man/libsimple_rawmemrchr.3
+++ b/man/libsimple_rawmemrchr.3
@@ -11,7 +11,7 @@ void *libsimple_rawmemrchr(const void *s, int c, size_t n);
# define rawmemrchr libsimple_rawmemrchr
#endif
.fi
-
+.PP
Link with
.IR \-lsimple .
.SH DESCRIPTION
@@ -31,6 +31,8 @@ The
function assumes there is at least one
occurence, its behaviour is undefined
if this is not the case.
+.PP
+The comparison is case-sensitive.
.SH RETURN VALUE
The
.BR libsimple_rawmemrchr ()