summaryrefslogtreecommitdiff
path: root/lib/libc/sys/madvise.2
diff options
context:
space:
mode:
authorHugh Graham <hugh@cvs.openbsd.org>2001-08-02 20:37:36 +0000
committerHugh Graham <hugh@cvs.openbsd.org>2001-08-02 20:37:36 +0000
commit64a1c79a7541a096ea863dc9e5a8787acdacba80 (patch)
treea12fa02a736ba04863c484f7535bed6367df7ded /lib/libc/sys/madvise.2
parentf6717f575e2234e71a172184a766daa52c29ff4e (diff)
pet peeve, insure vs ensure
insure is to indemnify against some contingency ensure is to make sure
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 2909bea0208..22a9fae76c1 100644
--- a/lib/libc/sys/madvise.2
+++ b/lib/libc/sys/madvise.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: madvise.2,v 1.11 2001/05/10 14:53:22 art Exp $
+.\" $OpenBSD: madvise.2,v 1.12 2001/08/02 20:37:35 hugh Exp $
.\" $NetBSD: madvise.2,v 1.7 1995/12/27 21:17:02 jtc Exp $
.\"
.\" Copyright (c) 1991, 1993
@@ -64,7 +64,7 @@ The pages will be referenced soon.
.It Dv MADV_DONTNEED
The pages will not be referenced soon.
.It Dv MADV_SPACEAVAIL
-Insure that resources are reserved.
+Ensure that resources are reserved.
.It Dv MADV_FREE
The pages don't contain any useful data and can be recycled.
.El