diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/net/ipx.3 | 4 | ||||
-rw-r--r-- | lib/libc/net/ns.3 | 4 | ||||
-rw-r--r-- | lib/libc/sys/madvise.2 | 4 |
3 files changed, 6 insertions, 6 deletions
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 |