summaryrefslogtreecommitdiffstats
path: root/man3/strncat.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/strncat.3')
-rw-r--r--man3/strncat.33
1 files changed, 2 insertions, 1 deletions
diff --git a/man3/strncat.3 b/man3/strncat.3
index a7bf5c41e..a1e736e93 100644
--- a/man3/strncat.3
+++ b/man3/strncat.3
@@ -23,7 +23,8 @@ Standard C library
This function appends at most
.I ssize
non-null bytes from the array pointed to by
-.I src
+.IR src ,
+followed by a null character,
to the end of the string pointed to by
.IR dst .
.I dst