aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2018-10-23 21:42:54 +0200
committerMattias Andrée <maandree@kth.se>2018-10-23 21:42:54 +0200
commitc8528f3f3d3c64a90b8aa9e49bc4d9900f2cfe85 (patch)
treec0a377c03f410ea83d3db223d543b4d1fef9af2e
parentAdd man pages for strn[case]{starts,ends} (diff)
downloadlibsimple-c8528f3f3d3c64a90b8aa9e49bc4d9900f2cfe85.tar.gz
libsimple-c8528f3f3d3c64a90b8aa9e49bc4d9900f2cfe85.tar.bz2
libsimple-c8528f3f3d3c64a90b8aa9e49bc4d9900f2cfe85.tar.xz
mempcpy.3: see also stpcpy and stpncpy
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r--man/libsimple_mempcpy.36
1 files changed, 4 insertions, 2 deletions
diff --git a/man/libsimple_mempcpy.3 b/man/libsimple_mempcpy.3
index 2953e47..bf9e6bc 100644
--- a/man/libsimple_mempcpy.3
+++ b/man/libsimple_mempcpy.3
@@ -1,4 +1,4 @@
-.TH LIBSIMPLE_MEMPCPY 3 2018-10-20 libsimple
+.TH LIBSIMPLE_MEMPCPY 3 2018-10-23 libsimple
.SH NAME
libsimple_mempcpy \- copy an array of bytes into another
.SH SYNOPSIS
@@ -67,4 +67,6 @@ None.
None.
.SH SEE ALSO
.BR libsimple_mempset (3),
-.BR memcpy (3)
+.BR memcpy (3),
+.BR stpncpy (3),
+.BR stpcpy (3)