s/nulls/null bytes/

This commit is contained in:
Michael Kerrisk 2006-01-01 07:20:29 +00:00
parent 34fa629837
commit 53948b0178
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ is less than that of
.IR n ,
the remainder of
.I dest
will be padded with nulls.
will be padded with null bytes.
.SH "RETURN VALUE"
The \fBstrcpy\fP() and \fBstrncpy\fP() functions return a pointer to
the destination string \fIdest\fP.