summaryrefslogtreecommitdiffstats
path: root/lib/libc/string
diff options
context:
space:
mode:
authormpp <mpp@FreeBSD.org>1996-04-09 22:00:39 +0000
committermpp <mpp@FreeBSD.org>1996-04-09 22:00:39 +0000
commitf150b93f6a4701d447bd9a87459aaa6f595b6290 (patch)
treec24d7eddd4f13740d26e53265d3cdd6576b669f8 /lib/libc/string
parenta86dce0f60108464f01beb1869dc2a507515dd8a (diff)
downloadFreeBSD-src-f150b93f6a4701d447bd9a87459aaa6f595b6290.zip
FreeBSD-src-f150b93f6a4701d447bd9a87459aaa6f595b6290.tar.gz
Update the description of strncat to accurately describe how many
bytes are copied to the destination string. Closes PR#1000. Submitted by: Dave Glowacki <dglo@ssec.wisc.edu>
Diffstat (limited to 'lib/libc/string')
-rw-r--r--lib/libc/string/strcat.35
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
OpenPOWER on IntegriCloud