diff options
Diffstat (limited to 'share/man/man9/vm_map_copy.9')
-rw-r--r-- | share/man/man9/vm_map_copy.9 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/vm_map_copy.9 b/share/man/man9/vm_map_copy.9 index db6a6507aa9..e429827cb62 100644 --- a/share/man/man9/vm_map_copy.9 +++ b/share/man/man9/vm_map_copy.9 @@ -1,5 +1,5 @@ .\" -.\" $OpenBSD: vm_map_copy.9,v 1.1 1996/03/11 13:04:51 mickey Exp $ +.\" $OpenBSD: vm_map_copy.9,v 1.2 1998/09/06 22:23:21 aaron Exp $ .\" .\" Mach Operating System .\" Copyright (c) 1991,1990 Carnegie Mellon University @@ -88,7 +88,7 @@ KERN_SUCCESS Memory copied. .TP 25 KERN_PROTECTION_FAILURE -Either the destination region was not +Either the destination region was not writable, or the source region was not readable. .TP 25 KERN_INVALID_ADDRESS |