diff options
| author | Eli Zaretskii | 2019-09-24 11:49:12 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2019-09-24 11:49:12 +0300 |
| commit | bc5472a4ee4f139439f22dddd2339ce1d907da45 (patch) | |
| tree | b2f19c0d512dbf8945d9d86e0225c13414b7d949 /src/process.c | |
| parent | f9f8dcae704b14fde484d7bfd8805d2cd3e5ab5d (diff) | |
| download | emacs-bc5472a4ee4f139439f22dddd2339ce1d907da45.tar.gz emacs-bc5472a4ee4f139439f22dddd2339ce1d907da45.zip | |
; Fix typo in recently fixed doc string
* src/process.c (Fmake_network_process): Fix capitalization in
doc string.
Diffstat (limited to 'src/process.c')
| -rw-r--r-- | src/process.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/process.c b/src/process.c index b7ab0b9fe05..af282652eb4 100644 --- a/src/process.c +++ b/src/process.c | |||
| @@ -3759,8 +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. (On some operating systems, | 3762 | IPv4) or \"::\" (for IPv6) can be used. (On some operating systems, |
| 3763 | using \"::\" listens on both ipv4 and ipv6.) `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 |