Date: Thu, 26 Jan 2012 11:08:55 +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: r230581 - head/share/man/man9 Message-ID: <201201261108.q0QB8uoN083879@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: glebius Date: Thu Jan 26 11:08:55 2012 New Revision: 230581 URL: http://svn.freebsd.org/changeset/base/230581 Log: List supported ioctl commands instead of old one. Modified: head/share/man/man9/ifnet.9 Modified: head/share/man/man9/ifnet.9 ============================================================================== --- head/share/man/man9/ifnet.9 Thu Jan 26 10:53:39 2012 (r230580) +++ head/share/man/man9/ifnet.9 Thu Jan 26 11:08:55 2012 (r230581) @@ -28,7 +28,7 @@ .\" .\" $FreeBSD$ .\" -.Dd July 3, 2011 +.Dd January 26, 2012 .Dt IFNET 9 .Os .Sh NAME @@ -1245,10 +1245,8 @@ or .Fn if_delmulti function is called to perform the operation; qq.v. .Pp -.It Dv SIOCSIFDSTADDR -.It Dv SIOCSIFADDR -.It Dv SIOCSIFBRDADDR -.It Dv SIOCSIFNETMASK +.It Dv SIOCAIFADDR +.It Dv SIOCDIFADDR The socket's protocol control routine is called to implement the requested action. .Pp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201201261108.q0QB8uoN083879>