Deleted Added
full compact
inet.4 (295283) inet.4 (301589)
1.\" Copyright (c) 1983, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

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

21.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26.\" SUCH DAMAGE.
27.\"
28.\" From: @(#)inet.4 8.1 (Berkeley) 6/5/93
1.\" Copyright (c) 1983, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

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

21.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26.\" SUCH DAMAGE.
27.\"
28.\" From: @(#)inet.4 8.1 (Berkeley) 6/5/93
29.\" $FreeBSD: head/share/man/man4/inet.4 295283 2016-02-04 21:46:37Z gnn $
29.\" $FreeBSD: head/share/man/man4/inet.4 301589 2016-06-08 08:50:35Z trasz $
30.\"
31.Dd Feb 4, 2016
32.Dt INET 4
33.Os
34.Sh NAME
35.Nm inet
36.Nd Internet protocol family
37.Sh SYNOPSIS

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

144Delete address from an interface.
145The command requires
146.Ft struct ifreq
147as argument.
148.It Dv SIOCGIFADDR
149.It Dv SIOCGIFBRDADDR
150.It Dv SIOCGIFDSTADDR
151.It Dv SIOCGIFNETMASK
30.\"
31.Dd Feb 4, 2016
32.Dt INET 4
33.Os
34.Sh NAME
35.Nm inet
36.Nd Internet protocol family
37.Sh SYNOPSIS

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

144Delete address from an interface.
145The command requires
146.Ft struct ifreq
147as argument.
148.It Dv SIOCGIFADDR
149.It Dv SIOCGIFBRDADDR
150.It Dv SIOCGIFDSTADDR
151.It Dv SIOCGIFNETMASK
152Return address information from interface. The returned value
153is in
152Return address information from interface.
153The returned value is in
154.Ft struct ifreq .
155This way of address information retrieval is obsoleted, a
156preferred way is to use
157.Xr getifaddrs 3
158API.
159.El
160.Ss MIB Variables
161A number of variables are implemented in the net.inet branch of the

--- 118 unchanged lines hidden ---
154.Ft struct ifreq .
155This way of address information retrieval is obsoleted, a
156preferred way is to use
157.Xr getifaddrs 3
158API.
159.El
160.Ss MIB Variables
161A number of variables are implemented in the net.inet branch of the

--- 118 unchanged lines hidden ---