summaryrefslogtreecommitdiffstats
path: root/man3/bcmp.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/bcmp.3')
-rw-r--r--man3/bcmp.39
1 files changed, 5 insertions, 4 deletions
diff --git a/man3/bcmp.3 b/man3/bcmp.3
index 77f44479e..d3cc49d4e 100644
--- a/man3/bcmp.3
+++ b/man3/bcmp.3
@@ -2,7 +2,7 @@
.\"
.\" SPDX-License-Identifier: Linux-man-pages-copyleft
.\"
-.TH bcmp 3 2023-01-07 "Linux man-pages 6.03"
+.TH bcmp 3 2023-03-30 "Linux man-pages 6.05.01"
.SH NAME
bcmp \- compare byte sequences
.SH LIBRARY
@@ -21,9 +21,10 @@ is identical to
.BR memcmp (3);
use it instead.
.SH STANDARDS
+None.
+.SH HISTORY
4.3BSD.
-This function is deprecated (marked as LEGACY in POSIX.1-2001);
-POSIX.1-2008 removes the specification of
-.BR bcmp ().
+Marked as LEGACY in POSIX.1-2001;
+removed in POSIX.1-2008.
.SH SEE ALSO
.BR memcmp (3)