]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
bcmp.3: SYNOPSIS: Mark bcmp() as [[deprecated]]
authorAlejandro Colomar <alx.manpages@gmail.com>
Fri, 29 Oct 2021 00:10:12 +0000 (02:10 +0200)
committerAlejandro Colomar <alx.manpages@gmail.com>
Mon, 5 Sep 2022 01:18:21 +0000 (03:18 +0200)
Use memcmp(3) instead.

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

index 3ede10b8bf96d681b3b441fbf2dfaaef43325064..c25c11455b282bc3aa5382c1a3839e1f3b517a96 100644 (file)
@@ -18,7 +18,7 @@ Standard C library
 .nf
 .B #include <strings.h>
 .PP
-.BI "int bcmp(const void *" s1 ", const void *" s2 ", size_t " n );
+.BI "[[deprecated]] int bcmp(const void *" s1 ", const void *" s2 ", size_t " n );
 .fi
 .SH DESCRIPTION
 The