From 46eae94a0879a4e6b7634beacc5c8e6c37d1b2bb Mon Sep 17 00:00:00 2001 From: Robert Pluim Date: Wed, 18 Dec 2024 16:00:55 +0100 Subject: [PATCH] Mention network-interface-list in network-interface-info docstring * src/process.c (Fnetwork_interface_info): Reference 'network-interface-list'. (cherry picked from commit c6ce11b2a48a0e6e1a62ae51f30570f3392ee55d) --- src/process.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/process.c b/src/process.c index 9faf4ebd346..398603613da 100644 --- a/src/process.c +++ b/src/process.c @@ -4660,7 +4660,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 \ -- 2.39.5