summaryrefslogtreecommitdiffstats
path: root/man3/bcmp.3
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--man3/bcmp.36
1 files changed, 3 insertions, 3 deletions
diff --git a/man3/bcmp.3 b/man3/bcmp.3
index d3cc49d..ef96d9c 100644
--- a/man3/bcmp.3
+++ b/man3/bcmp.3
@@ -2,7 +2,7 @@
.\"
.\" SPDX-License-Identifier: Linux-man-pages-copyleft
.\"
-.TH bcmp 3 2023-03-30 "Linux man-pages 6.05.01"
+.TH bcmp 3 2023-11-02 "Linux man-pages 6.7"
.SH NAME
bcmp \- compare byte sequences
.SH LIBRARY
@@ -11,7 +11,7 @@ Standard C library
.SH SYNOPSIS
.nf
.B #include <strings.h>
-.PP
+.P
.BI "[[deprecated]] int bcmp(const void " s1 [. n "], const void " s2 [. n "], \
size_t " n );
.fi
@@ -19,7 +19,7 @@ size_t " n );
.BR bcmp ()
is identical to
.BR memcmp (3);
-use it instead.
+use the latter instead.
.SH STANDARDS
None.
.SH HISTORY