diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1998-09-06 22:23:22 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1998-09-06 22:23:22 +0000 |
commit | ca298332c9649c2500f0e4f3d94401193db3349c (patch) | |
tree | a2f1af75d795779c6d51b1367dc11979819b3043 /share/man/man9/vm_map_copy.9 | |
parent | b224066e4d677e6eb97225a356f813c8f7fa5c81 (diff) |
More man page fixes. Spelling, grammar, some typos. Lots of double-word
occurrences squashed as well.
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 |