aboutsummaryrefslogtreecommitdiffstats
path: root/man/man3/memcmp.3
diff options
Diffstat (limited to 'man/man3/memcmp.3')
-rw-r--r--man/man3/memcmp.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man/man3/memcmp.3 b/man/man3/memcmp.3
index b280be536c..95e23f1f47 100644
--- a/man/man3/memcmp.3
+++ b/man/man3/memcmp.3
@@ -13,7 +13,7 @@ Standard C library
.nf
.B #include <string.h>
.P
-.BI "int memcmp(size_t " n ;
+.BR "int memcmp(" "size_t n;"
.BI " const void " s1 [ n "], const void " s2 [ n "], size_t " n );
.fi
.SH DESCRIPTION