From b77b0f3ed72f3957b3007451aee838f104a74a0c Mon Sep 17 00:00:00 2001 From: Alejandro Colomar Date: Mon, 25 Oct 2021 21:28:28 +0200 Subject: 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 --- man3/bcopy.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man3/bcopy.3 b/man3/bcopy.3 index 495be73f0..a0ce761b0 100644 --- a/man3/bcopy.3 +++ b/man3/bcopy.3 @@ -20,7 +20,7 @@ Standard C library .nf .B #include .PP -.BI "void bcopy(const void *" src ", void *" dest ", size_t " n ); +.BI "[[deprecated]] void bcopy(const void *" src ", void *" dest ", size_t " n ); .fi .SH DESCRIPTION The -- cgit v1.2.3