From 95297e22ca307789dd9664b3950ce1e6586f71f3 Mon Sep 17 00:00:00 2001 From: James Raynard Date: Sat, 28 Feb 1998 15:35:22 +0000 Subject: [PATCH] Strings are terminated by NUL, not NULL. --- share/man/man9/copy.9 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/man/man9/copy.9 b/share/man/man9/copy.9 index f43184f89526..efba5524da2d 100644 --- a/share/man/man9/copy.9 +++ b/share/man/man9/copy.9 @@ -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