Deleted Added
full compact
ifnet.9 (21735) ifnet.9 (34504)
1.\" -*- Nroff -*-
2.\" Copyright 1996, 1997 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.\" -*- Nroff -*-
2.\" Copyright 1996, 1997 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: ifnet.9,v 1.3 1996/12/26 16:16:37 wosch Exp $
29.\" $Id: ifnet.9,v 1.5 1997/01/15 19:28:39 wollman Exp $
30.Dd January 15, 1997
31.Os FreeBSD 3.0
32.Dt IFNET 9
33.Sh NAME
34.Nm ifnet ,
35.Nm ifaddr ,
36.Nm ifqueue ,
37.Nm if_data

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

976.Xr rtentry 9
977.\" .Xr mbuf 9 ,
978.Rs
979.%A Gary R. Wright and W. Richard Stevens
980.%B TCP/IP Illustrated
981.%V vol. 2
982.%O Addison-Wesley, ISBN 0-201-63354-X
983.Re
30.Dd January 15, 1997
31.Os FreeBSD 3.0
32.Dt IFNET 9
33.Sh NAME
34.Nm ifnet ,
35.Nm ifaddr ,
36.Nm ifqueue ,
37.Nm if_data

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

976.Xr rtentry 9
977.\" .Xr mbuf 9 ,
978.Rs
979.%A Gary R. Wright and W. Richard Stevens
980.%B TCP/IP Illustrated
981.%V vol. 2
982.%O Addison-Wesley, ISBN 0-201-63354-X
983.Re
984.Sh AUTHOR
985This manual page was written by Garrett A. Wollman.
984.Sh AUTHORS
985This manual page was written by
986.An Garrett A. Wollman .