1
0
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:
James Raynard 1998-02-28 15:35:22 +00:00
parent 194787f381
commit 95297e22ca
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=33922

View File

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