diff options
| author | Pawel Jakub Dawidek <pjd@FreeBSD.org> | 2004-03-29 19:23:45 +0000 |
|---|---|---|
| committer | Pawel Jakub Dawidek <pjd@FreeBSD.org> | 2004-03-29 19:23:45 +0000 |
| commit | 449dfbbc83b7c793dfb3c86b84a6569ae6560d68 (patch) | |
| tree | 8f743ba12afc337aeb331f30c6ea213363609172 /share | |
| parent | 7a5fa7f1e79b5806ffb9d80dba20f14416b6cb4b (diff) | |
Notes
Diffstat (limited to 'share')
| -rw-r--r-- | share/man/man9/copy.9 | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/share/man/man9/copy.9 b/share/man/man9/copy.9 index cbc22ac7f3f0..ba3ce96d0352 100644 --- a/share/man/man9/copy.9 +++ b/share/man/man9/copy.9 @@ -93,7 +93,11 @@ to kernel-space address .Pa kdaddr . The number of bytes actually copied, including the terminating NUL, is returned in -.Pa *done . +.Pa *done +(if +.Pa done +is +.No non- Ns Dv NULL Ns ). .It Fn copyinstr Copies a NUL-terminated string, at most .Pa len @@ -103,7 +107,11 @@ to kernel-space address .Pa kaddr . The number of bytes actually copied, including the terminating NUL, is returned in -.Pa *done . +.Pa *done +(if +.Pa done +is +.No non- Ns Dv NULL Ns ). .\" .It Fn copyoutstr .\" Copies a NUL-terminated string, at most .\" bytes long, from kernel-space address |
