; * src/process.c (Fnetwork_interface_list): Fix typo.
This commit is contained in:
parent
c14c489571
commit
4b685bc4fc
1 changed files with 1 additions and 1 deletions
|
@ -4605,7 +4605,7 @@ network_interface_info (Lisp_Object ifname)
|
||||||
DEFUN ("network-interface-list", Fnetwork_interface_list,
|
DEFUN ("network-interface-list", Fnetwork_interface_list,
|
||||||
Snetwork_interface_list, 0, 2, 0,
|
Snetwork_interface_list, 0, 2, 0,
|
||||||
doc: /* Return an alist of all network interfaces and their network address.
|
doc: /* Return an alist of all network interfaces and their network address.
|
||||||
Each element is cons of the form (IFNAME . IP) where IFNAME is a
|
Each element is a cons of the form (IFNAME . IP) where IFNAME is a
|
||||||
string containing the interface name, and IP is the network address in
|
string containing the interface name, and IP is the network address in
|
||||||
internal format; see the description of ADDRESS in
|
internal format; see the description of ADDRESS in
|
||||||
`make-network-process'. The interface name is not guaranteed to be
|
`make-network-process'. The interface name is not guaranteed to be
|
||||||
|
|
Loading…
Add table
Reference in a new issue