From 2608f479cc82a1ffcbd0cec5334d4d4c24a9c0a7 Mon Sep 17 00:00:00 2001 From: wosch Date: Sun, 28 Dec 1997 12:06:29 +0000 Subject: The terminating character in strings is `NUL', not `NULL'. --- share/man/man9/copy.9 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'share/man') diff --git a/share/man/man9/copy.9 b/share/man/man9/copy.9 index 8f80a14..f43184f 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 -- cgit v1.1