svn commit: r230581 - head/share/man/man9

Gleb Smirnoff glebius at FreeBSD.org
Thu Jan 26 11:08:58 UTC 2012


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


More information about the svn-src-all mailing list