diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/process.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/process.c b/src/process.c index 31591416898..eaa7fa14651 100644 --- a/src/process.c +++ b/src/process.c | |||
| @@ -4587,12 +4587,13 @@ network_lookup_address_info_1 (Lisp_Object host, const char *service, | |||
| 4587 | 4587 | ||
| 4588 | DEFUN ("network-lookup-address-info", Fnetwork_lookup_address_info, | 4588 | DEFUN ("network-lookup-address-info", Fnetwork_lookup_address_info, |
| 4589 | Snetwork_lookup_address_info, 1, 2, 0, | 4589 | Snetwork_lookup_address_info, 1, 2, 0, |
| 4590 | doc: /* Look up ip address info of NAME. | 4590 | doc: /* Look up Internet Protocol (IP) address info of NAME. |
| 4591 | Optional parameter FAMILY controls whether to look up IPv4 or IPv6 | 4591 | Optional parameter FAMILY controls whether to look up IPv4 or IPv6 |
| 4592 | addresses. The default of nil means both, symbol `ipv4' means IPv4 | 4592 | addresses. The default of nil means both, symbol `ipv4' means IPv4 |
| 4593 | only, symbol `ipv6' means IPv6 only. Returns a list of addresses, or | 4593 | only, symbol `ipv6' means IPv6 only. Returns a list of addresses, or |
| 4594 | nil if none were found. Each address is a vector of integers, as per | 4594 | nil if none were found. Each address is a vector of integers, as per |
| 4595 | the description of ADDRESS in `make-network-process'. */) | 4595 | the description of ADDRESS in `make-network-process'. In case of |
| 4596 | error displays the error message. */) | ||
| 4596 | (Lisp_Object name, Lisp_Object family) | 4597 | (Lisp_Object name, Lisp_Object family) |
| 4597 | { | 4598 | { |
| 4598 | Lisp_Object addresses = Qnil; | 4599 | Lisp_Object addresses = Qnil; |