aboutsummaryrefslogtreecommitdiffstats
path: root/man/man3/stpncpy.3
diff options
Diffstat (limited to 'man/man3/stpncpy.3')
-rw-r--r--man/man3/stpncpy.34
1 files changed, 2 insertions, 2 deletions
diff --git a/man/man3/stpncpy.3 b/man/man3/stpncpy.3
index d9c8fd5447..99fc347019 100644
--- a/man/man3/stpncpy.3
+++ b/man/man3/stpncpy.3
@@ -16,11 +16,11 @@ Standard C library
.nf
.B #include <string.h>
.P
-.BI "char *strncpy(size_t " dsize ;
+.BR "char *strncpy(" "size_t dsize;"
.BI " char " dst "[restrict " dsize "], \
const char *restrict " src ,
.BI " size_t " dsize );
-.BI "char *stpncpy(size_t " dsize ;
+.BR "char *stpncpy(" "size_t dsize;"
.BI " char " dst "[restrict " dsize "], \
const char *restrict " src ,
.BI " size_t " dsize );