summaryrefslogtreecommitdiffstats
path: root/man3/bcmp.3
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 19:41:06 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 19:41:06 +0000
commit9a6ff5bc53dedbaa601a1a76cbaf8a76afd60c9f (patch)
tree1c80e4f6b85d6c7980c78af2826bb7beeea0e1de /man3/bcmp.3
parentAdding upstream version 6.05.01. (diff)
downloadmanpages-9a6ff5bc53dedbaa601a1a76cbaf8a76afd60c9f.tar.xz
manpages-9a6ff5bc53dedbaa601a1a76cbaf8a76afd60c9f.zip
Adding upstream version 6.7.upstream/6.7
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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