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/lib/libc/net/ns.3 | |
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/lib/libc/net/ns.3')
-rw-r--r-- | src/lib/libc/net/ns.3 | 4 |
1 files changed, 2 insertions, 2 deletions
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 |