diff options
| author | Lars Ingebrigtsen | 2019-09-23 20:06:03 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2019-09-23 20:49:39 +0200 |
| commit | 8c1e0ed717e41789024fe3a9b067b4759b5bb102 (patch) | |
| tree | c4dfa18f6bf2c9ba6e85606bdeb8b833e391aa50 /src/process.c | |
| parent | d56f9c2b16b083ccebb271ecb4c5e4271c5d9c56 (diff) | |
| download | emacs-8c1e0ed717e41789024fe3a9b067b4759b5bb102.tar.gz emacs-8c1e0ed717e41789024fe3a9b067b4759b5bb102.zip | |
make-network-process doc clarification
* src/process.c (Fmake_network_process): Further doc clarification
for listening on "::".
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 e53d5d88945..f3daf37636c 100644 --- a/src/process.c +++ b/src/process.c | |||
| @@ -3759,7 +3759,8 @@ address. The symbol `local' specifies the local host. If specified | |||
| 3759 | for a server process, it must be a valid name or address for the local | 3759 | for a server process, it must be a valid name or address for the local |
| 3760 | host, and only clients connecting to that address will be accepted. | 3760 | host, and only clients connecting to that address will be accepted. |
| 3761 | If all interfaces should be bound, an address of \"0.0.0.0\" (for | 3761 | If all interfaces should be bound, an address of \"0.0.0.0\" (for |
| 3762 | ipv4) or \"::\" (for ipv6) can be used. `local' will use IPv4 by | 3762 | ipv4) or \"::\" (for ipv6) can be used. (On some operating systems, |
| 3763 | using \"::\" list on both ipv4 and ipv5.) `local' will use IPv4 by | ||
| 3763 | default, use a FAMILY of 'ipv6 to override this. | 3764 | default, use a FAMILY of 'ipv6 to override this. |
| 3764 | 3765 | ||
| 3765 | :service SERVICE -- SERVICE is name of the service desired, or an | 3766 | :service SERVICE -- SERVICE is name of the service desired, or an |