diff options
author | Mattias Andrée <maandree@kth.se> | 2018-10-23 21:42:54 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2018-10-23 21:42:54 +0200 |
commit | c8528f3f3d3c64a90b8aa9e49bc4d9900f2cfe85 (patch) | |
tree | c0a377c03f410ea83d3db223d543b4d1fef9af2e /man/libsimple_mempcpy.3 | |
parent | Add man pages for strn[case]{starts,ends} (diff) | |
download | libsimple-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 'man/libsimple_mempcpy.3')
-rw-r--r-- | man/libsimple_mempcpy.3 | 6 |
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) |