summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys
diff options
context:
space:
mode:
authorhugh <hugh@openbsd.org>2001-08-02 20:37:35 +0000
committerhugh <hugh@openbsd.org>2001-08-02 20:37:35 +0000
commit267400e75aaa414f12990faa05679df2e8dd65ab (patch)
treeb2d5970c02241d10e06b169a6312f897a3dc0ac4 /lib/libc/sys
parentadd lost .Nm entry to .Sh NAME; (diff)
downloadwireguard-openbsd-267400e75aaa414f12990faa05679df2e8dd65ab.tar.xz
wireguard-openbsd-267400e75aaa414f12990faa05679df2e8dd65ab.zip
pet peeve, insure vs ensure
insure is to indemnify against some contingency ensure is to make sure
Diffstat (limited to 'lib/libc/sys')
-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