diff options
author | hugh <> | 2001-08-02 20:37:35 +0000 |
---|---|---|
committer | hugh <> | 2001-08-02 20:37:35 +0000 |
commit | b93244c4e5e2fd9da5601e66c04d77bc1f8aed0f (patch) | |
tree | 116665ce9576225a4cd86f7483a2932fe6cc8643 /src | |
parent | 4b790f68539c49ef91f5e82506c2624900c92106 (diff) | |
download | openbsd-b93244c4e5e2fd9da5601e66c04d77bc1f8aed0f.tar.gz openbsd-b93244c4e5e2fd9da5601e66c04d77bc1f8aed0f.tar.bz2 openbsd-b93244c4e5e2fd9da5601e66c04d77bc1f8aed0f.zip |
pet peeve, insure vs ensure
insure is to indemnify against some contingency
ensure is to make sure
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libc/net/ipx.3 | 4 | ||||
-rw-r--r-- | src/lib/libc/net/ns.3 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libc/net/ipx.3 b/src/lib/libc/net/ipx.3 index c4c9494372..21c57a355d 100644 --- a/src/lib/libc/net/ipx.3 +++ b/src/lib/libc/net/ipx.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: ipx.3,v 1.7 2000/10/18 05:12:07 aaron Exp $ | 1 | .\" $OpenBSD: ipx.3,v 1.8 2001/08/02 20:37:35 hugh Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 1986, 1991, 1993 | 3 | .\" Copyright (c) 1986, 1991, 1993 |
4 | .\" The Regents of the University of California. All rights reserved. | 4 | .\" The Regents of the University of California. All rights reserved. |
@@ -72,7 +72,7 @@ trailing | |||
72 | .Sq H | 72 | .Sq H |
73 | appended. | 73 | appended. |
74 | .Pp | 74 | .Pp |
75 | An effort has been made to insure that | 75 | An effort has been made to ensure that |
76 | .Fn ipx_addr | 76 | .Fn ipx_addr |
77 | be compatible with most formats in common use. | 77 | be compatible with most formats in common use. |
78 | It will first separate an address into 1 to 3 fields using a single delimiter | 78 | It will first separate an address into 1 to 3 fields using a single delimiter |
diff --git a/src/lib/libc/net/ns.3 b/src/lib/libc/net/ns.3 index 2f695af090..14e234c347 100644 --- a/src/lib/libc/net/ns.3 +++ b/src/lib/libc/net/ns.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: ns.3,v 1.6 2000/10/18 05:12:07 aaron Exp $ | 1 | .\" $OpenBSD: ns.3,v 1.7 2001/08/02 20:37:35 hugh Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 1986, 1991, 1993 | 3 | .\" Copyright (c) 1986, 1991, 1993 |
4 | .\" The Regents of the University of California. All rights reserved. | 4 | .\" The Regents of the University of California. All rights reserved. |
@@ -77,7 +77,7 @@ appended. | |||
77 | Unfortunately, no universal standard exists for representing | 77 | Unfortunately, no universal standard exists for representing |
78 | .Tn XNS | 78 | .Tn XNS |
79 | addresses. | 79 | addresses. |
80 | An effort has been made to insure that | 80 | An effort has been made to ensure that |
81 | .Fn ns_addr | 81 | .Fn ns_addr |
82 | be compatible with most formats in common use. | 82 | be compatible with most formats in common use. |
83 | It will first separate an address into 1 to 3 fields using a single delimiter | 83 | It will first separate an address into 1 to 3 fields using a single delimiter |