diff options
Diffstat (limited to 'share/man/man9/vm_map_protect.9')
-rw-r--r-- | share/man/man9/vm_map_protect.9 | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/share/man/man9/vm_map_protect.9 b/share/man/man9/vm_map_protect.9 index 1dedcfc1ee9..e1979c7ab5e 100644 --- a/share/man/man9/vm_map_protect.9 +++ b/share/man/man9/vm_map_protect.9 @@ -1,30 +1,30 @@ -.\" -.\" $OpenBSD: vm_map_protect.9,v 1.1 1996/03/11 13:04:53 mickey Exp $ +.\" +.\" $OpenBSD: vm_map_protect.9,v 1.2 2000/10/12 18:06:04 aaron Exp $ .\" .\" Mach Operating System .\" Copyright (c) 1991,1990 Carnegie Mellon University .\" All Rights Reserved. -.\" +.\" .\" Permission to use, copy, modify and distribute this software and its .\" documentation is hereby granted, provided that both the copyright .\" notice and this permission notice appear in all copies of the .\" software, derivative works or modified versions, and any portions .\" thereof, and that both notices appear in supporting documentation. -.\" +.\" .\" CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" .\" CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND FOR .\" ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE. -.\" +.\" .\" Carnegie Mellon requests users of this software to return to -.\" +.\" .\" Software Distribution Coordinator or Software.Distribution@CS.CMU.EDU .\" School of Computer Science .\" Carnegie Mellon University .\" Pittsburgh PA 15213-3890 -.\" +.\" .\" any improvements or extensions that they make and grant Carnegie Mellon .\" the rights to redistribute these changes. -.\" +.\" .TH vm_map_protect 9 9/19/93 .CM 4 .SH NAME @@ -69,7 +69,7 @@ A new protection value for this region; a set of: .TP 15 .B set_max -If set, make the protection change apply to the +If set, make the protection change apply to the maximum protection associated with this address range; otherwise, the current protection on this range is changed. If the maximum protection is reduced below the @@ -96,7 +96,7 @@ KERN_SUCCESS Memory protected. .TP 25 KERN_PROTECTION_FAILURE -An attempt was made to increase the current +An attempt was made to increase the current or maximum protection beyond the existing maximum protection value. .TP 25 KERN_INVALID_ADDRESS |