diff options
| -rw-r--r-- | doc/lispref/processes.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/processes.texi b/doc/lispref/processes.texi index e2a59d419fa..61de77d0662 100644 --- a/doc/lispref/processes.texi +++ b/doc/lispref/processes.texi | |||
| @@ -3012,7 +3012,7 @@ signaled. Call @code{puny-encode-domain} on @var{name} | |||
| 3012 | first if you wish to lookup internationalized hostnames. | 3012 | first if you wish to lookup internationalized hostnames. |
| 3013 | 3013 | ||
| 3014 | If successful it returns a list of Lisp representations of network | 3014 | If successful it returns a list of Lisp representations of network |
| 3015 | addresses (without port numbers), otherwise it returns @code{nil}. | 3015 | addresses, otherwise it returns @code{nil}. |
| 3016 | 3016 | ||
| 3017 | By default both IPv4 and IPv6 lookups are attempted. The optional | 3017 | By default both IPv4 and IPv6 lookups are attempted. The optional |
| 3018 | argument @var{family} controls this behavior, specifying the symbol | 3018 | argument @var{family} controls this behavior, specifying the symbol |