diff options
| author | Robert Pluim | 2024-12-18 16:00:55 +0100 |
|---|---|---|
| committer | Robert Pluim | 2024-12-18 16:00:55 +0100 |
| commit | c6ce11b2a48a0e6e1a62ae51f30570f3392ee55d (patch) | |
| tree | 2c06cd7a71e2bd7ccb3de045fe2447435bff8ed1 /src/process.c | |
| parent | a7905145f70bce9681559ec37fbbe54afd52d913 (diff) | |
| download | emacs-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.c | 3 |
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, | |||
| 4656 | NETMASK is the layer 3 network mask, HWADDR is the layer 2 address, and | 4656 | NETMASK is the layer 3 network mask, HWADDR is the layer 2 address, and |
| 4657 | FLAGS is the current flags of the interface. | 4657 | FLAGS is the current flags of the interface. |
| 4658 | 4658 | ||
| 4659 | Data that is unavailable is returned as nil. */) | 4659 | Data that is unavailable is returned as nil. Only returns IPv4 layer 3 |
| 4660 | addresses, 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 \ |