aboutsummaryrefslogtreecommitdiffstats
path: root/man3/libsimple_mempmove.3
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2018-11-16 21:52:10 +0100
committerMattias Andrée <maandree@kth.se>2018-11-16 21:52:10 +0100
commit8bdb03d22b48d1871d364aa24ff9484b687ef84f (patch)
treecf9c75b1d50f8b050c79f862cecd715976868f10 /man3/libsimple_mempmove.3
parentAdd mempmove (diff)
downloadlibsimple-8bdb03d22b48d1871d364aa24ff9484b687ef84f.tar.gz
libsimple-8bdb03d22b48d1871d364aa24ff9484b687ef84f.tar.bz2
libsimple-8bdb03d22b48d1871d364aa24ff9484b687ef84f.tar.xz
Add st{r,p}[n]move
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'man3/libsimple_mempmove.3')
-rw-r--r--man3/libsimple_mempmove.36
1 files changed, 5 insertions, 1 deletions
diff --git a/man3/libsimple_mempmove.3 b/man3/libsimple_mempmove.3
index d68c6dc..99e09c3 100644
--- a/man3/libsimple_mempmove.3
+++ b/man3/libsimple_mempmove.3
@@ -1,4 +1,4 @@
-.TH LIBSIMPLE_MEMPMOVE 3 2018-10-23 libsimple
+.TH LIBSIMPLE_MEMPMOVE 3 2018-11-16 libsimple
.SH NAME
libsimple_mempmove \- move bytes within an array of bytes
.SH SYNOPSIS
@@ -69,4 +69,8 @@ None.
.SH SEE ALSO
.BR libsimple_mempcpy (3),
.BR libsimple_mempset (3),
+.BR libsimple_strmove (3),
+.BR libsimple_stpmove (3),
+.BR libsimple_strnmove (3),
+.BR libsimple_stpnmove (3),
.BR memmove (3)