From: Robert Pluim Date: Wed, 18 Dec 2024 15:00:55 +0000 (+0100) Subject: Mention network-interface-list in network-interface-info docstring X-Git-Tag: archive/raspbian/1%30.1+1-3+rpi1^2~2^2~20^2~184 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=c6ce11b2a48a0e6e1a62ae51f30570f3392ee55d;p=emacs.git Mention network-interface-list in network-interface-info docstring * src/process.c (Fnetwork_interface_info): Reference 'network-interface-list'. --- diff --git a/src/process.c b/src/process.c index b10020bdae4..64a62b5f016 100644 --- a/src/process.c +++ b/src/process.c @@ -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 \