diff options
author | 2001-08-02 20:37:35 +0000 | |
---|---|---|
committer | 2001-08-02 20:37:35 +0000 | |
commit | 267400e75aaa414f12990faa05679df2e8dd65ab (patch) | |
tree | b2d5970c02241d10e06b169a6312f897a3dc0ac4 /lib/libc/sys | |
parent | add lost .Nm entry to .Sh NAME; (diff) | |
download | wireguard-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.2 | 4 |
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 |