]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
bstring.3: bcopy(3)'s replacement is memmove(3), not memcpy(3)
authorAlejandro Colomar <alx@kernel.org>
Fri, 30 Dec 2022 23:04:06 +0000 (00:04 +0100)
committerAlejandro Colomar <alx@kernel.org>
Fri, 30 Dec 2022 23:04:06 +0000 (00:04 +0100)
Reported-by: Aaron Peter Bachmann <aaron_ng@inode.at>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
man3/bstring.3

index 01313b48f577194bf5777dcc0219a23ca6f55f49..5806bdef440d8fff27dd987b54047ab5e41937d2 100644 (file)
@@ -58,7 +58,7 @@ are obsolete.
 Use
 .BR memcmp ()
 and
-.BR memcpy ()
+.BR memmove ()
 instead.
 .\" The old functions are not even available on some non-GNU/Linux systems.
 .SH SEE ALSO