diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-10-12 18:06:05 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-10-12 18:06:05 +0000 |
commit | 9945522f80f6cb34bf3d8fe101b8f55547ad8bb3 (patch) | |
tree | fc10cafaadb7f2d860ae9e98871d8af44d307d93 /share/man/man9/vm_deallocate.9 | |
parent | cbf706cf11abaa4e9a17c2295bc4be136190d5f3 (diff) |
General man page cleanups, mostly to remove trailing whitespace, hard
sentence breaks, and other such things.
Diffstat (limited to 'share/man/man9/vm_deallocate.9')
-rw-r--r-- | share/man/man9/vm_deallocate.9 | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/share/man/man9/vm_deallocate.9 b/share/man/man9/vm_deallocate.9 index 30052e89fab..381300349df 100644 --- a/share/man/man9/vm_deallocate.9 +++ b/share/man/man9/vm_deallocate.9 @@ -1,30 +1,30 @@ -.\" -.\" $OpenBSD: vm_deallocate.9,v 1.1 1996/03/11 13:04:51 mickey Exp $ +.\" +.\" $OpenBSD: vm_deallocate.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_deallocate 9 9/19/93 .CM 4 .SH NAME @@ -57,7 +57,7 @@ Starting address (will be rounded down to a page boundary). .TP 15 .B size -Number of bytes to deallocate (will be rounded up to give a +Number of bytes to deallocate (will be rounded up to give a page boundary). .SH DESCRIPTION @@ -66,9 +66,9 @@ relinquishes access to a region of a map's address space, causing further access to that memory to fail. This address range will be available for reallocation. Note, that because of the rounding to virtual page boundaries, more -than +than .B size -bytes may be deallocated. Use +bytes may be deallocated. Use .B cnt.vm_page_size find out the current virtual page size. @@ -77,9 +77,9 @@ in a message (via out of line data). In that case, the rounding should cause no trouble, since the region of memory was allocated as a set of pages. -The +The .B vm_deallocate -call affects only the map specified by the +call affects only the map specified by the .B map . Other maps which may have access to this memory may continue to reference it. |