diff options
| author | Robert Pluim | 2019-09-24 10:23:05 +0200 |
|---|---|---|
| committer | Robert Pluim | 2019-09-24 10:28:33 +0200 |
| commit | 47e94f864fe158406959f8e3598e46d3328e7e35 (patch) | |
| tree | 09ddaf7808b30ff0fa7290569f27f4aa7ce3cf8f /src/process.c | |
| parent | 1f137133ed6683f4ef9e37ac6a32d4545f59506d (diff) | |
| download | emacs-47e94f864fe158406959f8e3598e46d3328e7e35.tar.gz emacs-47e94f864fe158406959f8e3598e46d3328e7e35.zip | |
; Fix previous make-network-process doc change
* src/process.c (Fmake_network_process): Correct typo.
Diffstat (limited to 'src/process.c')
| -rw-r--r-- | src/process.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/process.c b/src/process.c index f3daf37636c..b7ab0b9fe05 100644 --- a/src/process.c +++ b/src/process.c | |||
| @@ -3760,7 +3760,7 @@ 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. (On some operating systems, | 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 | using \"::\" listens on both ipv4 and ipv6.) `local' will use IPv4 by |
| 3764 | default, use a FAMILY of 'ipv6 to override this. | 3764 | default, use a FAMILY of 'ipv6 to override this. |
| 3765 | 3765 | ||
| 3766 | :service SERVICE -- SERVICE is name of the service desired, or an | 3766 | :service SERVICE -- SERVICE is name of the service desired, or an |