aboutsummaryrefslogtreecommitdiffstats
path: root/man/libsimple_streqlen.3
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2018-10-23 20:19:55 +0200
committerMattias Andrée <maandree@kth.se>2018-10-23 20:20:10 +0200
commit0f213c37687512999cb2f53035700ca7ce191c67 (patch)
tree2f0634056f38019b6c44448e1391d72553edf169 /man/libsimple_streqlen.3
parentAdd strn[case]eqlen (diff)
downloadlibsimple-0f213c37687512999cb2f53035700ca7ce191c67.tar.gz
libsimple-0f213c37687512999cb2f53035700ca7ce191c67.tar.bz2
libsimple-0f213c37687512999cb2f53035700ca7ce191c67.tar.xz
Add man pages for str[r]n[case]eq{,nul,len}
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'man/libsimple_streqlen.3')
-rw-r--r--man/libsimple_streqlen.311
1 files changed, 7 insertions, 4 deletions
diff --git a/man/libsimple_streqlen.3 b/man/libsimple_streqlen.3
index 78fee3e..cb92bc6 100644
--- a/man/libsimple_streqlen.3
+++ b/man/libsimple_streqlen.3
@@ -1,4 +1,4 @@
-.TH LIBSIMPLE_STREQLEN 3 2018-10-21 libsimple
+.TH LIBSIMPLE_STREQLEN 3 2018-10-23 libsimple
.SH NAME
libsimple_streqlen \- check initial commonality
.SH SYNOPSIS
@@ -7,8 +7,8 @@ libsimple_streqlen \- check initial commonality
size_t libsimple_streqlen(const char *\fIa\fP, const char *\fIb\fP);
-#ifndef memrcaseeqlen
-# define memrcaseeqlen libsimple_streqlen
+#ifndef streqlen
+# define streqlen libsimple_streqlen
#endif
.fi
.PP
@@ -67,5 +67,8 @@ None.
.SH BUGS
None.
.SH SEE ALSO
+.BR libsimple_streq (3),
.BR libsimple_strreqlen (3),
-.BR libsimple_strcaseeqlen (3)
+.BR libsimple_strcaseeqlen (3),
+.BR libsimple_strneqlen (3),
+.BR libsimple_memeqlen (3)