aboutsummaryrefslogtreecommitdiffstats
path: root/man/libsimple_memstarts.3
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2018-10-21 15:11:23 +0200
committerMattias Andrée <maandree@kth.se>2018-10-21 15:11:23 +0200
commit2504bc9ef9e54cd600cec086ece9a5df4cbe8dd8 (patch)
tree1255ae1d208e549adf63b134581b250c84a86f22 /man/libsimple_memstarts.3
parentAdd strrcasechr (diff)
downloadlibsimple-2504bc9ef9e54cd600cec086ece9a5df4cbe8dd8.tar.gz
libsimple-2504bc9ef9e54cd600cec086ece9a5df4cbe8dd8.tar.bz2
libsimple-2504bc9ef9e54cd600cec086ece9a5df4cbe8dd8.tar.xz
Add {str,mem}[r][case]eqlen
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'man/libsimple_memstarts.3')
-rw-r--r--man/libsimple_memstarts.34
1 files changed, 3 insertions, 1 deletions
diff --git a/man/libsimple_memstarts.3 b/man/libsimple_memstarts.3
index e5e183b..13713a2 100644
--- a/man/libsimple_memstarts.3
+++ b/man/libsimple_memstarts.3
@@ -11,7 +11,7 @@ void *libsimple_memstarts(const void *\fIs\fP, size_t \fIn\fP, const void *\fIt\
# define memstarts libsimple_memstarts
#endif
.fi
-
+.PP
Link with
.IR \-lsimple .
.SH DESCRIPTION
@@ -29,6 +29,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_memstarts ()