aboutsummaryrefslogtreecommitdiffstats
path: root/man/libsimple_memrchr.3
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2018-10-23 22:27:39 +0200
committerMattias Andrée <maandree@kth.se>2018-10-23 22:27:39 +0200
commit12d3f3b9e62ea2c83840d8201d117bf64491bf6d (patch)
treef7f6ab2ef8a75c37bb526d0c2753690ce72dd300 /man/libsimple_memrchr.3
parentmempcpy.3: see also stpcpy and stpncpy (diff)
downloadlibsimple-12d3f3b9e62ea2c83840d8201d117bf64491bf6d.tar.gz
libsimple-12d3f3b9e62ea2c83840d8201d117bf64491bf6d.tar.bz2
libsimple-12d3f3b9e62ea2c83840d8201d117bf64491bf6d.tar.xz
Add man pages for strn[case]chr[nul] and strrn[case]chr
Signed-off-by: Mattias Andrée <maandree@kth.se>
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 3aa2214..362c8ba 100644
--- a/man/libsimple_memrchr.3
+++ b/man/libsimple_memrchr.3
@@ -1,4 +1,4 @@
-.TH LIBSIMPLE_MEMRCHR 3 2018-10-21 libsimple
+.TH LIBSIMPLE_MEMRCHR 3 2018-10-23 libsimple
.SH NAME
libsimple_memrchr \- find byte in memory
.SH SYNOPSIS
@@ -78,4 +78,6 @@ None.
.BR libsimple_memrcasechr (3),
.BR libsimple_rawmemrchr (3),
.BR libsimple_memrmem (3),
+.BR libsimple_strrnchr (3),
.BR memchr (3)
+.BR strrchr (3)