From fc43dc94cb057fd430995708ee4dc24cafaee57d Mon Sep 17 00:00:00 2001 From: Mike Pritchard Date: Sun, 1 Dec 1996 00:25:06 +0000 Subject: [PATCH] Correct some spelling errors. --- share/man/man9/rtalloc.9 | 4 ++-- share/man/man9/rtentry.9 | 6 +++--- share/man/man9/suser.9 | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/share/man/man9/rtalloc.9 b/share/man/man9/rtalloc.9 index 6fc827e8101..221bf02c988 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 f9c368780d7..ca47c982377 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 .Fd #include .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 0bfd7913a64..30acaa8626b 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.