Date: Thu, 26 Jan 2012 10:43:40 +0000 (UTC) From: Gleb Smirnoff <glebius@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r230577 - head/share/man/man4 Message-ID: <201201261043.q0QAheGN077166@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: glebius Date: Thu Jan 26 10:43:40 2012 New Revision: 230577 URL: http://svn.freebsd.org/changeset/base/230577 Log: - Remove no longer supported ioctl cmds. - Fix name of SIOCSIFADDR. Modified: head/share/man/man4/netintro.4 Modified: head/share/man/man4/netintro.4 ============================================================================== --- head/share/man/man4/netintro.4 Thu Jan 26 10:42:25 2012 (r230576) +++ head/share/man/man4/netintro.4 Thu Jan 26 10:43:40 2012 (r230577) @@ -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" */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201201261043.q0QAheGN077166>