diff options
-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) |