aboutsummaryrefslogtreecommitdiffstats
path: root/man/man3/bcmp.3
diff options
context:
space:
mode:
Diffstat (limited to 'man/man3/bcmp.3')
-rw-r--r--man/man3/bcmp.33
1 files changed, 2 insertions, 1 deletions
diff --git a/man/man3/bcmp.3 b/man/man3/bcmp.3
index 73c5d6330b..9446bfedf4 100644
--- a/man/man3/bcmp.3
+++ b/man/man3/bcmp.3
@@ -12,7 +12,8 @@ Standard C library
.nf
.B #include <strings.h>
.P
-.BI "[[deprecated]] int bcmp(const void " s1 [. n "], const void " s2 [. n "], \
+.BI "[[deprecated]] int bcmp(size_t " n ;
+.BI " const void " s1 [ n "], const void " s2 [ n "], \
size_t " n );
.fi
.SH DESCRIPTION