summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx.manpages@gmail.com>2021-10-29 02:10:12 +0200
committerAlejandro Colomar <alx.manpages@gmail.com>2022-09-05 03:18:21 +0200
commit081a8c583fcaa046b91f7156387a2bfbe9be250e (patch)
treeb0f59ab1ade2f398c5dc6bf403e7ddc7f97416a1
parentc401e60a4c82cb44f3b361f7c4345f81ab9ee059 (diff)
bcmp.3: SYNOPSIS: Mark bcmp() as [[deprecated]]
Use memcmp(3) instead. Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
-rw-r--r--man3/bcmp.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/bcmp.3 b/man3/bcmp.3
index 3ede10b8b..c25c11455 100644
--- a/man3/bcmp.3
+++ b/man3/bcmp.3
@@ -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