aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c
diff options
context:
space:
mode:
authorRobert Pluim2024-12-18 16:00:55 +0100
committerRobert Pluim2024-12-18 16:00:55 +0100
commitc6ce11b2a48a0e6e1a62ae51f30570f3392ee55d (patch)
tree2c06cd7a71e2bd7ccb3de045fe2447435bff8ed1 /src/process.c
parenta7905145f70bce9681559ec37fbbe54afd52d913 (diff)
downloademacs-c6ce11b2a48a0e6e1a62ae51f30570f3392ee55d.tar.gz
emacs-c6ce11b2a48a0e6e1a62ae51f30570f3392ee55d.zip
Mention network-interface-list in network-interface-info docstring
* src/process.c (Fnetwork_interface_info): Reference 'network-interface-list'.
Diffstat (limited to 'src/process.c')
-rw-r--r--src/process.c3
1 files changed, 2 insertions, 1 deletions
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,
4656NETMASK is the layer 3 network mask, HWADDR is the layer 2 address, and 4656NETMASK is the layer 3 network mask, HWADDR is the layer 2 address, and
4657FLAGS is the current flags of the interface. 4657FLAGS is the current flags of the interface.
4658 4658
4659Data that is unavailable is returned as nil. */) 4659Data that is unavailable is returned as nil. Only returns IPv4 layer 3
4660addresses, for IPv6 use `network-interface-list'. */)
4660 (Lisp_Object ifname) 4661 (Lisp_Object ifname)
4661{ 4662{
4662#if ((defined HAVE_NET_IF_H \ 4663#if ((defined HAVE_NET_IF_H \