comparison lispref/processes.texi @ 78933:4143f6123df1

(Misc Network): Note that these functions are supported only on some systems.
author Eli Zaretskii <eliz@gnu.org>
date Mon, 01 Oct 2007 17:14:09 +0000
parents 61d6d08c1ecf
children a1e16e813aed
comparison
equal deleted inserted replaced
78932:4b81b4e0cdf6 78933:4143f6123df1
2025 2025
2026 @node Misc Network 2026 @node Misc Network
2027 @section Misc Network Facilities 2027 @section Misc Network Facilities
2028 2028
2029 These additional functions are useful for creating and operating 2029 These additional functions are useful for creating and operating
2030 on network connections. 2030 on network connections. Note that they are supported only on some
2031 systems.
2031 2032
2032 @defun network-interface-list 2033 @defun network-interface-list
2033 This function returns a list describing the network interfaces 2034 This function returns a list describing the network interfaces
2034 of the machine you are using. The value is an alist whose 2035 of the machine you are using. The value is an alist whose
2035 elements have the form @code{(@var{name} . @var{address})}. 2036 elements have the form @code{(@var{name} . @var{address})}.