aboutsummaryrefslogtreecommitdiffstats
path: root/man/man3/wcpncpy.3
diff options
Diffstat (limited to 'man/man3/wcpncpy.3')
-rw-r--r--man/man3/wcpncpy.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man/man3/wcpncpy.3 b/man/man3/wcpncpy.3
index 96912eb414..636c1cdac0 100644
--- a/man/man3/wcpncpy.3
+++ b/man/man3/wcpncpy.3
@@ -14,7 +14,7 @@ Standard C library
.nf
.B #include <wchar.h>
.P
-.BI "wchar_t *wcpncpy(size_t " n ;
+.BR "wchar_t *wcpncpy(" "size_t n;"
.BI " wchar_t " dest "[restrict " n ],
.BI " const wchar_t *restrict " src ,
.BI " size_t " n );