mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-21 15:45:02 +00:00
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:
parent
20631f47f1
commit
59f00bcdd9
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=15165
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user