From 59f00bcdd912a670a5502d30f9b31a79312cde93 Mon Sep 17 00:00:00 2001 From: Mike Pritchard Date: Tue, 9 Apr 1996 22:00:39 +0000 Subject: [PATCH] Update the description of strncat to accurately describe how many bytes are copied to the destination string. Closes PR#1000. Submitted by: Dave Glowacki --- lib/libc/string/strcat.3 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/libc/string/strcat.3 b/lib/libc/string/strcat.3 index 6fe13aa691c3..0d34d58a47e0 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