aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2022-12-31 00:04:06 +0100
committerAlejandro Colomar <alx@kernel.org>2022-12-31 00:04:06 +0100
commitfca6c89e1c8c0a09b97b1067a36dd7599afba559 (patch)
tree24e5e3409b8bb47c27b02ec86ade0b66c6d57616
parent93c475cb6f3fac8e09ac0e32486f3f8fdec93be2 (diff)
downloadman-pages-fca6c89e1c8c0a09b97b1067a36dd7599afba559.tar.gz
bstring.3: bcopy(3)'s replacement is memmove(3), not memcpy(3)
Reported-by: Aaron Peter Bachmann <aaron_ng@inode.at> Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rw-r--r--man3/bstring.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/bstring.3 b/man3/bstring.3
index 01313b48f5..5806bdef44 100644
--- a/man3/bstring.3
+++ b/man3/bstring.3
@@ -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