mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00:00
Strings are terminated by NUL, not NULL.
This commit is contained in:
parent
194787f381
commit
95297e22ca
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=33922
@ -102,13 +102,13 @@ The number of bytes actually copied, including the terminating
|
||||
NUL, is returned in
|
||||
.Pa *done .
|
||||
.\" .It Fn copyoutstr
|
||||
.\" Copies a NULL-terminated string, at most
|
||||
.\" Copies a NUL-terminated string, at most
|
||||
.\" bytes long, from kernel-space address
|
||||
.\" .Pa kaddr
|
||||
.\" to user-space address
|
||||
.\" .Pa uaddr .
|
||||
.\" The number of bytes actually copied, including the terminating
|
||||
.\" NULL, is returned in
|
||||
.\" NUL, is returned in
|
||||
.\" .Pa *done .
|
||||
.El
|
||||
.Sh RETURN VALUES
|
||||
|
Loading…
Reference in New Issue
Block a user