summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/madvise.2
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1998-06-04 21:06:07 +0000
committersteve <steve@FreeBSD.org>1998-06-04 21:06:07 +0000
commit260fa64a35174a5ab4b53eec6c75618fb117bee6 (patch)
treeae2f28c91653365e1a66df7ca3c1a2fb60785c50 /lib/libc/sys/madvise.2
parent3879235125f551fee922b2673e0a75f018d78093 (diff)
downloadFreeBSD-src-260fa64a35174a5ab4b53eec6c75618fb117bee6.zip
FreeBSD-src-260fa64a35174a5ab4b53eec6c75618fb117bee6.tar.gz
Fix a bunch of spelling errors.
PR: 6856 Submitted by: Josh Gilliam <josh@quick.net>
Diffstat (limited to 'lib/libc/sys/madvise.2')
-rw-r--r--lib/libc/sys/madvise.24
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/madvise.2 b/lib/libc/sys/madvise.2
index 75c23dc..5d801a2 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: madvise.2,v 1.11 1997/12/30 05:17:33 alex Exp $
+.\" $Id: madvise.2,v 1.12 1997/12/31 01:21:48 alex Exp $
.\"
.Dd Jul 19, 1996
.Dt MADVISE 2
@@ -69,7 +69,7 @@ Is a hint that pages will be accessed randomly, and prefetching
is likely not advantageous.
.It Dv MADV_SEQUENTIAL
Causes the VM system to depress the priority of
-pages immediately preceeding a given page when it is faulted in.
+pages immediately preceding a given page when it is faulted in.
.It Dv MADV_WILLNEED
Causes pages that are in a given virtual address range
to temporarily have higher priority, and if they are in
OpenPOWER on IntegriCloud