diff options
| author | Paul Eggert | 2019-11-08 17:07:13 -0800 |
|---|---|---|
| committer | Paul Eggert | 2019-11-08 17:11:01 -0800 |
| commit | f8284f1e408b38e6a3c0e2a1d5a465fefac6800a (patch) | |
| tree | 968d78aea467a7f574227bdb46073a15e4372efb /src/process.c | |
| parent | b7f843adfd91bdbb24af7539a782d12767646fce (diff) | |
| download | emacs-f8284f1e408b38e6a3c0e2a1d5a465fefac6800a.tar.gz emacs-f8284f1e408b38e6a3c0e2a1d5a465fefac6800a.zip | |
Fix some quoting glitches in doc strings
This also fixes a misplaced "only".
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 8aa4811f7ed..9158cfd347c 100644 --- a/src/process.c +++ b/src/process.c | |||
| @@ -3761,7 +3761,7 @@ 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 |
| 3767 | integer specifying a port number to connect to. If SERVICE is t, | 3767 | integer specifying a port number to connect to. If SERVICE is t, |