summaryrefslogtreecommitdiffstats
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
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
-rw-r--r--bin/csh/csh.14
-rw-r--r--lib/libc/net/ipx.34
-rw-r--r--lib/libc/net/ns.34
-rw-r--r--lib/libc/sys/madvise.24
-rw-r--r--sbin/routed/routed.84
-rw-r--r--share/man/man4/man4.i386/wdt.44
-rw-r--r--share/man/man5/remote.54
7 files changed, 14 insertions, 14 deletions
diff --git a/bin/csh/csh.1 b/bin/csh/csh.1
index a378d550455..f24186759e1 100644
--- a/bin/csh/csh.1
+++ b/bin/csh/csh.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: csh.1,v 1.40 2000/11/09 23:58:54 aaron Exp $
+.\" $OpenBSD: csh.1,v 1.41 2001/08/02 20:37:35 hugh Exp $
.\" $NetBSD: csh.1,v 1.10 1995/03/21 09:02:35 cgd Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
@@ -2451,7 +2451,7 @@ when there is mail in the file
.It Ic noclobber
As described in the section on
.Sx Input/output ,
-restrictions are placed on output redirection to insure that
+restrictions are placed on output redirection to ensure that
files are not accidentally destroyed, and that
.Ql >>
redirections
diff --git a/lib/libc/net/ipx.3 b/lib/libc/net/ipx.3
index c4c94943729..21c57a355d0 100644
--- a/lib/libc/net/ipx.3
+++ b/lib/libc/net/ipx.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ipx.3,v 1.7 2000/10/18 05:12:07 aaron Exp $
+.\" $OpenBSD: ipx.3,v 1.8 2001/08/02 20:37:35 hugh Exp $
.\"
.\" Copyright (c) 1986, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -72,7 +72,7 @@ trailing
.Sq H
appended.
.Pp
-An effort has been made to insure that
+An effort has been made to ensure that
.Fn ipx_addr
be compatible with most formats in common use.
It will first separate an address into 1 to 3 fields using a single delimiter
diff --git a/lib/libc/net/ns.3 b/lib/libc/net/ns.3
index 2f695af090b..14e234c347c 100644
--- a/lib/libc/net/ns.3
+++ b/lib/libc/net/ns.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ns.3,v 1.6 2000/10/18 05:12:07 aaron Exp $
+.\" $OpenBSD: ns.3,v 1.7 2001/08/02 20:37:35 hugh Exp $
.\"
.\" Copyright (c) 1986, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -77,7 +77,7 @@ appended.
Unfortunately, no universal standard exists for representing
.Tn XNS
addresses.
-An effort has been made to insure that
+An effort has been made to ensure that
.Fn ns_addr
be compatible with most formats in common use.
It will first separate an address into 1 to 3 fields using a single delimiter
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
diff --git a/sbin/routed/routed.8 b/sbin/routed/routed.8
index ddb9b51ab6e..2bec1231c9e 100644
--- a/sbin/routed/routed.8
+++ b/sbin/routed/routed.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: routed.8,v 1.32 2001/01/05 05:17:45 angelos Exp $
+.\" $OpenBSD: routed.8,v 1.33 2001/08/02 20:37:35 hugh Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -155,7 +155,7 @@ also periodically checks the routing table entries.
If an entry has not been updated for 3 minutes, the entry's metric
is set to infinity and marked for deletion.
Deletions are delayed until the route has been advertised with
-an infinite metric to insure the invalidation
+an infinite metric to ensure the invalidation
is propagated throughout the local internet.
This is a form of
.Em poison reverse .
diff --git a/share/man/man4/man4.i386/wdt.4 b/share/man/man4/man4.i386/wdt.4
index a89c98c37c5..c80d8046c91 100644
--- a/share/man/man4/man4.i386/wdt.4
+++ b/share/man/man4/man4.i386/wdt.4
@@ -22,7 +22,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $OpenBSD: wdt.4,v 1.2 2000/07/05 13:46:53 aaron Exp $
+.\" $OpenBSD: wdt.4,v 1.3 2001/08/02 20:37:35 hugh Exp $
.\"
.Dd April 25, 1999
.Dt WDT 4 i386
@@ -52,7 +52,7 @@ If the kernel crashes, the watchdog
timer is not reset and the system will reboot (assuming a proper connection
is made between the WDT50x and motherboard).
Alternatively, the watchdog
-can be reinitialized via a userland process which insures that process
+can be reinitialized via a userland process which ensures that process
scheduling, not just kernel timeout processing, is still taking place.
See the
.Dv WIOCSCHED
diff --git a/share/man/man5/remote.5 b/share/man/man5/remote.5
index 31d2b403019..560fc942b29 100644
--- a/share/man/man5/remote.5
+++ b/share/man/man5/remote.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: remote.5,v 1.9 2001/04/12 22:36:51 millert Exp $
+.\" $OpenBSD: remote.5,v 1.10 2001/08/02 20:37:35 hugh Exp $
.\" $NetBSD: remote.5,v 1.4 1997/04/20 00:05:27 mellon Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
@@ -148,7 +148,7 @@ This host is on a dial-up line.
device(s) to open to establish a connection.
If this file refers to a terminal line,
.Xr tip 1
-attempts to perform an exclusive open on the device to insure only
+attempts to perform an exclusive open on the device to ensure only
one user at a time has access to the port.
.It Sy \&ec
(bool)