aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--share/man/man9/rtalloc.94
-rw-r--r--share/man/man9/rtentry.96
-rw-r--r--share/man/man9/suser.92
3 files changed, 6 insertions, 6 deletions
diff --git a/share/man/man9/rtalloc.9 b/share/man/man9/rtalloc.9
index 6fc827e8101b7..221bf02c98847 100644
--- a/share/man/man9/rtalloc.9
+++ b/share/man/man9/rtalloc.9
@@ -26,7 +26,7 @@
.\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Id: rtalloc.9,v 1.1 1996/10/08 18:45:06 wollman Exp $
+.\" $Id: rtalloc.9,v 1.2 1996/10/08 20:25:37 wollman Exp $
.Dd October 8, 1996
.Os
.Dt RTALLOC 9
@@ -68,7 +68,7 @@ sends an
message to the appropriate interface-address route-management routine
.Pq Fn ifa->ifa_rtrequest .
.Dv RTF_PRCLONING
-routes are assumed to be managed by the protcol family and no
+routes are assumed to be managed by the protocol family and no
resolution requests are made, but all routes generated by the cloning
process retain a reference to the route from which they were
generated.
diff --git a/share/man/man9/rtentry.9 b/share/man/man9/rtentry.9
index f9c368780d705..ca47c982377e2 100644
--- a/share/man/man9/rtentry.9
+++ b/share/man/man9/rtentry.9
@@ -26,7 +26,7 @@
.\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Id: rtentry.9,v 1.1 1996/10/08 20:25:39 wollman Exp $
+.\" $Id: rtentry.9,v 1.2 1996/10/08 20:38:28 wollman Exp $
.Dd October 8, 1996
.Os
.Dt RTENTRY 9
@@ -37,7 +37,7 @@
.Fd #include <sys/socket.h>
.Fd #include <net/route.h>
.Sh DESCRIPTION
-The kernel provides a common mechanism by which all protcols can store
+The kernel provides a common mechanism by which all protocols can store
and retrieve entries from a central table of routes. Parts of this
mechanism are also used to interact with user-level processes by means
of a socket in the
@@ -67,7 +67,7 @@ given a
The
.Dq target
of the route, which can either represent a destination in its own
-right (some protcols will put a link-layer address here), or some
+right (some protocols will put a link-layer address here), or some
intermediate stop on the way to that destination (if the
.Dv RTF_GATEWAY
flag is set).
diff --git a/share/man/man9/suser.9 b/share/man/man9/suser.9
index 0bfd7913a6409..30acaa8626b76 100644
--- a/share/man/man9/suser.9
+++ b/share/man/man9/suser.9
@@ -63,7 +63,7 @@ The
function returns 0 if the user has super powers and EPERM otherwise.
This is the
.Em reverse logic
-of some other implimentations of
+of some other implementations of
.Nm
in which a TRUE response indicates Super powers.