diff options
Diffstat (limited to 'lib/libc/string/strcat.3')
-rw-r--r-- | lib/libc/string/strcat.3 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/libc/string/strcat.3 b/lib/libc/string/strcat.3 index 6fe13aa..0d34d58 100644 --- a/lib/libc/string/strcat.3 +++ b/lib/libc/string/strcat.3 @@ -68,7 +68,10 @@ The function appends not more than .Fa count -characters. +characters from +.Fa append , +and then adds a terminating +.Ql \e0. .Sh RETURN VALUES The .Fn strcat |