summaryrefslogtreecommitdiffstats
path: root/share/man/man4/netintro.4
diff options
context:
space:
mode:
authorglebius <glebius@FreeBSD.org>2012-01-26 10:43:40 +0000
committerglebius <glebius@FreeBSD.org>2012-01-26 10:43:40 +0000
commit4bc51e87e1e56b1b3aa52ff6f5154a8617e344ce (patch)
tree0d03ce6ee35ac372951a53456b146a3349f6c8e8 /share/man/man4/netintro.4
parent12d5141ba3c575ba8adfb1ff9baa411bb792e637 (diff)
downloadFreeBSD-src-4bc51e87e1e56b1b3aa52ff6f5154a8617e344ce.zip
FreeBSD-src-4bc51e87e1e56b1b3aa52ff6f5154a8617e344ce.tar.gz
- Remove no longer supported ioctl cmds.
- Fix name of SIOCSIFADDR.
Diffstat (limited to 'share/man/man4/netintro.4')
-rw-r--r--share/man/man4/netintro.417
1 files changed, 2 insertions, 15 deletions
diff --git a/share/man/man4/netintro.4 b/share/man/man4/netintro.4
index c0629e1..9f05e48 100644
--- a/share/man/man4/netintro.4
+++ b/share/man/man4/netintro.4
@@ -32,7 +32,7 @@
.\" @(#)netintro.4 8.2 (Berkeley) 11/30/93
.\" $FreeBSD$
.\"
-.Dd April 14, 2010
+.Dd January 26, 2012
.Dt NETINTRO 4
.Os
.Sh NAME
@@ -231,19 +231,6 @@ struct ifreq {
};
.Ed
.Pp
-Calls which are now deprecated are:
-.Bl -tag -width SIOCGIFBRDADDR
-.It Dv SIOCSIFADDR
-Set interface address for protocol family.
-Following the address assignment, the
-.Dq initialization
-routine for the interface is called.
-.It Dv SIOCSIFDSTADDR
-Set point to point address for protocol family and interface.
-.It Dv SIOCSIFBRDADDR
-Set broadcast address for protocol family and interface.
-.El
-.Pp
.Fn Ioctl
requests to obtain addresses and requests both to set and
retrieve other data are still fully supported
@@ -400,7 +387,7 @@ boundaries.
.El
.Bd -literal
/*
-* Structure used in SIOCAIFCONF request.
+* Structure used in SIOCAIFADDR request.
*/
struct ifaliasreq {
char ifra_name[IFNAMSIZ]; /* if name, e.g. "en0" */
OpenPOWER on IntegriCloud