Fixed formatting of the MADV_FREE flag description.
Pointed out by: bde
This commit is contained in:
parent
15678bfa03
commit
1948b335ba
@ -30,7 +30,7 @@
|
|||||||
.\" SUCH DAMAGE.
|
.\" SUCH DAMAGE.
|
||||||
.\"
|
.\"
|
||||||
.\" @(#)madvise.2 8.1 (Berkeley) 6/9/93
|
.\" @(#)madvise.2 8.1 (Berkeley) 6/9/93
|
||||||
.\" $Id$
|
.\" $Id: madvise.2,v 1.10 1997/02/22 15:04:03 peter Exp $
|
||||||
.\"
|
.\"
|
||||||
.Dd Jul 19, 1996
|
.Dd Jul 19, 1996
|
||||||
.Dt MADVISE 2
|
.Dt MADVISE 2
|
||||||
@ -83,8 +83,8 @@ into the calling process.
|
|||||||
Allows the VM system to decrease the in-memory priority
|
Allows the VM system to decrease the in-memory priority
|
||||||
of pages in the specified range. Additionally future references to
|
of pages in the specified range. Additionally future references to
|
||||||
this address range will incur a page fault.
|
this address range will incur a page fault.
|
||||||
.Dv MADV_FREE
|
.It Dv MADV_FREE
|
||||||
gives the VM system the freedom to free pages,
|
Gives the VM system the freedom to free pages,
|
||||||
and tells the system that information in the specified page range
|
and tells the system that information in the specified page range
|
||||||
is no longer important. This is an efficient way of allowing
|
is no longer important. This is an efficient way of allowing
|
||||||
.Xr malloc 3
|
.Xr malloc 3
|
||||||
|
Loading…
Reference in New Issue
Block a user