]> git.ipfire.org Git - thirdparty/man-pages.git/commit
bcopy.3: SYNOPSIS: Mark as [[deprecated]]
authorAlejandro Colomar <alx.manpages@gmail.com>
Mon, 25 Oct 2021 19:28:28 +0000 (21:28 +0200)
committerAlejandro Colomar <alx.manpages@gmail.com>
Mon, 5 Sep 2022 01:01:30 +0000 (03:01 +0200)
commitb77b0f3ed72f3957b3007451aee838f104a74a0c
tree5692679da8d5e3f7fdff86c59673c1dc82d128a8
parent1cfde9749c9b3a99ba12714d56419367e8adb83c
bcopy.3: SYNOPSIS: Mark as [[deprecated]]

memmove(3) completely replaces bcopy(3), being an almost identical
function, except for the different order in the arguments.

memmove(3) is part of ISO C and POSIX.

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
man3/bcopy.3