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