Deleted Added
full compact
rtalloc.9 (24890) rtalloc.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: rtalloc.9,v 1.5 1997/02/22 13:26:25 peter Exp $
29.\" $Id: rtalloc.9,v 1.6 1997/04/13 14:49:08 bde Exp $
30.Dd October 8, 1996
31.Os
32.Dt RTALLOC 9
33.Sh NAME
34.Nm rtalloc ,
35.Nm rtalloc_ign ,
36.Nm rtalloc1
37.Nd look up a route in the kernel routing table

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

185although with much different internals. The
186.Fn rtalloc_ign
187function and the
188.Ar flags
189argument to
190.Fn rtalloc1
191first appeared in
192.Fx 2.0 .
30.Dd October 8, 1996
31.Os
32.Dt RTALLOC 9
33.Sh NAME
34.Nm rtalloc ,
35.Nm rtalloc_ign ,
36.Nm rtalloc1
37.Nd look up a route in the kernel routing table

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

185although with much different internals. The
186.Fn rtalloc_ign
187function and the
188.Ar flags
189argument to
190.Fn rtalloc1
191first appeared in
192.Fx 2.0 .
193.Sh AUTHOR
194This manual page was written by Garrett Wollman, as were the changes
195to implement
193.Sh AUTHORS
194This manual page was written by
195.An Garrett Wollman ,
196as were the changes to implement
196.Dv RTF_PRCLONING
197and the
198.Fn rtalloc_ign
199function and the
200.Ar flags
201argument to
202.Fn rtalloc1 .
197.Dv RTF_PRCLONING
198and the
199.Fn rtalloc_ign
200function and the
201.Ar flags
202argument to
203.Fn rtalloc1 .