svn commit: r232589 - head/share/man/man9
Sergey Kandaurov
pluknet at FreeBSD.org
Tue Mar 6 09:04:53 UTC 2012
Author: pluknet
Date: Tue Mar 6 09:04:53 2012
New Revision: 232589
URL: http://svn.freebsd.org/changeset/base/232589
Log:
The missing part of r232588 that documents ifaddr_byindex() itself.
MFC after: 1 week
Modified:
head/share/man/man9/ifnet.9
Modified: head/share/man/man9/ifnet.9
==============================================================================
--- head/share/man/man9/ifnet.9 Tue Mar 6 08:59:42 2012 (r232588)
+++ head/share/man/man9/ifnet.9 Tue Mar 6 09:04:53 2012 (r232589)
@@ -1351,6 +1351,10 @@ precisely
.Fa addr
will be returned.
.Pp
+.Fn ifaddr_byindex
+returns the link-level address of the interface with the given index
+.Fa idx .
+.Pp
All of these functions return a null pointer if no such address can be
found.
.Ss "Interface Multicast Address Functions"
More information about the svn-src-all
mailing list