aboutsummaryrefslogtreecommitdiffstats
path: root/man3/strcat.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/strcat.3')
-rw-r--r--man3/strcat.35
1 files changed, 3 insertions, 2 deletions
diff --git a/man3/strcat.3 b/man3/strcat.3
index a4655eacea..a4a376ba9e 100644
--- a/man3/strcat.3
+++ b/man3/strcat.3
@@ -20,8 +20,9 @@ Standard C library
.B #include <string.h>
.PP
.BI "char *strcat(char *restrict " dest ", const char *restrict " src );
-.BI "char *strncat(char *restrict " dest ", const char *restrict " src \
-", size_t " n );
+.BI "char *strncat(char " dest "[restrict ." n "], \
+const char " src "[restrict ." n ],
+.BI " size_t " n );
.fi
.SH DESCRIPTION
The