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>
This commit is contained in:
Mike Pritchard 1996-04-09 22:00:39 +00:00
parent 20631f47f1
commit 59f00bcdd9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=15165

View file

@ -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