diff options
author | Mattias Andrée <maandree@kth.se> | 2018-10-23 20:19:55 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2018-10-23 20:20:10 +0200 |
commit | 0f213c37687512999cb2f53035700ca7ce191c67 (patch) | |
tree | 2f0634056f38019b6c44448e1391d72553edf169 /man/libsimple_strrcaseeqlen.3 | |
parent | Add strn[case]eqlen (diff) | |
download | libsimple-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_strrcaseeqlen.3')
-rw-r--r-- | man/libsimple_strrcaseeqlen.3 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/man/libsimple_strrcaseeqlen.3 b/man/libsimple_strrcaseeqlen.3 index 138954d..551debe 100644 --- a/man/libsimple_strrcaseeqlen.3 +++ b/man/libsimple_strrcaseeqlen.3 @@ -1,4 +1,4 @@ -.TH LIBSIMPLE_STRRCASEEQLEN 3 2018-10-21 libsimple +.TH LIBSIMPLE_STRRCASEEQLEN 3 2018-10-23 libsimple .SH NAME libsimple_strrcaseeqlen \- check terminal commonality .SH SYNOPSIS @@ -68,4 +68,6 @@ None. None. .SH SEE ALSO .BR libsimple_strreqlen (3), -.BR libsimple_strcaseeqlen (3) +.BR libsimple_strcaseeqlen (3), +.BR libsimple_strrncaseeqlen (3), +.BR libsimple_memrcaseeqlen (3) |