aboutsummaryrefslogtreecommitdiffstats
path: root/man/man3/wcsncmp.3
diff options
context:
space:
mode:
Diffstat (limited to 'man/man3/wcsncmp.3')
-rw-r--r--man/man3/wcsncmp.33
1 files changed, 1 insertions, 2 deletions
diff --git a/man/man3/wcsncmp.3 b/man/man3/wcsncmp.3
index 71e87621f0..2597e753c8 100644
--- a/man/man3/wcsncmp.3
+++ b/man/man3/wcsncmp.3
@@ -13,8 +13,7 @@ Standard C library
.nf
.B #include <wchar.h>
.P
-.BR "int wcsncmp(" "size_t n;"
-.BI " const wchar_t " s1 [ n "], const wchar_t " s2 [ n "], size_t " n );
+.BR "int wcsncmp(const wchar_t " s1 "[], const wchar_t " s2 "[], size_t " n );
.fi
.SH DESCRIPTION
The