summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authoralex <alex@FreeBSD.org>1997-12-30 05:17:33 +0000
committeralex <alex@FreeBSD.org>1997-12-30 05:17:33 +0000
commita4d6911294850fa4d27310ac35bccc32e141286e (patch)
tree56d7ea569647dab6c1998642d176c523d37ce8a5 /lib/libc
parenta1d9242a6312c711c8640cd81f8515fd539f14d6 (diff)
downloadFreeBSD-src-a4d6911294850fa4d27310ac35bccc32e141286e.zip
FreeBSD-src-a4d6911294850fa4d27310ac35bccc32e141286e.tar.gz
Fixed formatting of the MADV_FREE flag description.
Pointed out by: bde
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/madvise.26
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/madvise.2 b/lib/libc/sys/madvise.2
index fc71765..25068b4 100644
--- a/lib/libc/sys/madvise.2
+++ b/lib/libc/sys/madvise.2
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)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
.Dt MADVISE 2
@@ -83,8 +83,8 @@ into the calling process.
Allows the VM system to decrease the in-memory priority
of pages in the specified range. Additionally future references to
this address range will incur a page fault.
-.Dv MADV_FREE
-gives the VM system the freedom to free pages,
+.It Dv MADV_FREE
+Gives the VM system the freedom to free pages,
and tells the system that information in the specified page range
is no longer important. This is an efficient way of allowing
.Xr malloc 3
OpenPOWER on IntegriCloud