Mention network-interface-list in network-interface-info docstring
authorRobert Pluim <rpluim@gmail.com>
Wed, 18 Dec 2024 15:00:55 +0000 (16:00 +0100)
committerRobert Pluim <rpluim@gmail.com>
Wed, 18 Dec 2024 15:00:55 +0000 (16:00 +0100)
* src/process.c (Fnetwork_interface_info): Reference
'network-interface-list'.

src/process.c

index b10020bdae4d893be6464952d1891cd1b38ed5f1..64a62b5f016dc098411284b2a5a2b96603502c71 100644 (file)
@@ -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                           \