mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Correct some spelling errors.
This commit is contained in:
parent
c5fe2345a9
commit
fc43dc94cb
3 changed files with 6 additions and 6 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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).
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue