diff options
| author | Mike Pritchard <mpp@FreeBSD.org> | 1996-12-01 00:25:06 +0000 |
|---|---|---|
| committer | Mike Pritchard <mpp@FreeBSD.org> | 1996-12-01 00:25:06 +0000 |
| commit | fc43dc94cb057fd430995708ee4dc24cafaee57d (patch) | |
| tree | a3082400722a48e87dbba232b2eb5382593eef0e | |
| parent | c5fe2345a92cfcdd1b98fd2864ec6eb5e3ee8f85 (diff) | |
Notes
| -rw-r--r-- | share/man/man9/rtalloc.9 | 4 | ||||
| -rw-r--r-- | share/man/man9/rtentry.9 | 6 | ||||
| -rw-r--r-- | 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 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. |
