aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorWolfram Schneider <wosch@FreeBSD.org>1997-12-28 12:06:29 +0000
committerWolfram Schneider <wosch@FreeBSD.org>1997-12-28 12:06:29 +0000
commitde635b0683ddd6456f6776e2a2905f1dedd343d6 (patch)
tree5a7d88c891f973c110df4d535fef56f8c8606c90 /share
parent928bf16d2549692c5f9d67577f181c5d06f9778d (diff)
Notes
Diffstat (limited to 'share')
-rw-r--r--share/man/man9/copy.98
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man9/copy.9 b/share/man/man9/copy.9
index 8f80a14c57a8..f43184f89526 100644
--- a/share/man/man9/copy.9
+++ b/share/man/man9/copy.9
@@ -82,24 +82,24 @@ bytes of data from the kernel-space address
to the user-space address
.Pa uaddr .
.It Fn copystr
-Copies a NULL-terminated string, at most
+Copies a NUL-terminated string, at most
.Pa len
bytes long, from kernel-space address
.Pa kfaddr
to kernel-space address
.Pa kdaddr .
The number of bytes actually copied, including the terminating
-NULL, is returned in
+NUL, is returned in
.Pa *done .
.It Fn copyinstr
-Copies a NULL-terminated string, at most
+Copies a NUL-terminated string, at most
.Pa len
bytes long, from user-space address
.Pa uaddr
to kernel-space address
.Pa kaddr .
The number of bytes actually copied, including the terminating
-NULL, is returned in
+NUL, is returned in
.Pa *done .
.\" .It Fn copyoutstr
.\" Copies a NULL-terminated string, at most