Deleted Added
full compact
rtentry.9 (24890) rtentry.9 (34504)
1.\"
2.\" Copyright 1996 Massachusetts Institute of Technology
3.\"
4.\" Permission to use, copy, modify, and distribute this software and
5.\" its documentation for any purpose and without fee is hereby
6.\" granted, provided that both the above copyright notice and this
7.\" permission notice appear in all copies, that both the above
8.\" copyright notice and this permission notice appear in all

--- 12 unchanged lines hidden (view full) ---

21.\" SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
22.\" LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
23.\" USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
24.\" ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
25.\" OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
26.\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27.\" SUCH DAMAGE.
28.\"
1.\"
2.\" Copyright 1996 Massachusetts Institute of Technology
3.\"
4.\" Permission to use, copy, modify, and distribute this software and
5.\" its documentation for any purpose and without fee is hereby
6.\" granted, provided that both the above copyright notice and this
7.\" permission notice appear in all copies, that both the above
8.\" copyright notice and this permission notice appear in all

--- 12 unchanged lines hidden (view full) ---

21.\" SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
22.\" LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
23.\" USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
24.\" ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
25.\" OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
26.\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27.\" SUCH DAMAGE.
28.\"
29.\" $Id: rtentry.9,v 1.5 1997/02/22 13:26:26 peter Exp $
29.\" $Id: rtentry.9,v 1.6 1997/04/13 14:49:08 bde Exp $
30.Dd October 8, 1996
31.Os
32.Dt RTENTRY 9
33.Sh NAME
34.Nm rtentry
35.Nd structure of an entry in the kernel routing table
36.Sh SYNOPSIS
37.Fd #include <sys/types.h>

--- 241 unchanged lines hidden (view full) ---

279and
280.Li rmx_filler
281fields could be named better.
282.Pp
283There is some disagreement over whether it is legitimate for
284.Dv RTF_LLINFO
285to be set by any process other than
286.Fn rt_ifa->ifa_rtrequest .
30.Dd October 8, 1996
31.Os
32.Dt RTENTRY 9
33.Sh NAME
34.Nm rtentry
35.Nd structure of an entry in the kernel routing table
36.Sh SYNOPSIS
37.Fd #include <sys/types.h>

--- 241 unchanged lines hidden (view full) ---

279and
280.Li rmx_filler
281fields could be named better.
282.Pp
283There is some disagreement over whether it is legitimate for
284.Dv RTF_LLINFO
285to be set by any process other than
286.Fn rt_ifa->ifa_rtrequest .
287.Sh AUTHOR
288This manual page was written by Garrett Wollman.
287.Sh AUTHORS
288This manual page was written by
289.An Garrett Wollman .