Mention network-interface-list in network-interface-info docstring
* src/process.c (Fnetwork_interface_info): Reference 'network-interface-list'.
This commit is contained in:
parent
a7905145f7
commit
c6ce11b2a4
1 changed files with 2 additions and 1 deletions
|
@ -4656,7 +4656,8 @@ where ADDR is the layer 3 address, BCAST is the layer 3 broadcast address,
|
|||
NETMASK is the layer 3 network mask, HWADDR is the layer 2 address, and
|
||||
FLAGS is the current flags of the interface.
|
||||
|
||||
Data that is unavailable is returned as nil. */)
|
||||
Data that is unavailable is returned as nil. Only returns IPv4 layer 3
|
||||
addresses, for IPv6 use `network-interface-list'. */)
|
||||
(Lisp_Object ifname)
|
||||
{
|
||||
#if ((defined HAVE_NET_IF_H \
|
||||
|
|
Loading…
Add table
Reference in a new issue