aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c
diff options
context:
space:
mode:
authorGlenn Morris2007-09-20 02:46:49 +0000
committerGlenn Morris2007-09-20 02:46:49 +0000
commiteba25e7c2caa86dbc47de305f0e20a06dde1ecb3 (patch)
tree87fe61ffe2da70a003354baae918b4c409c0f2d8 /src/process.c
parent31fa65956d94ab454ce82390c2d98b3709279794 (diff)
downloademacs-eba25e7c2caa86dbc47de305f0e20a06dde1ecb3.tar.gz
emacs-eba25e7c2caa86dbc47de305f0e20a06dde1ecb3.zip
(Fmake_network_process): Doc fix.
Diffstat (limited to 'src/process.c')
-rw-r--r--src/process.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/process.c b/src/process.c
index dfb97b8d615..19275e40db5 100644
--- a/src/process.c
+++ b/src/process.c
@@ -2721,7 +2721,9 @@ host, and only clients connecting to that address will be accepted.
2721 2721
2722:service SERVICE -- SERVICE is name of the service desired, or an 2722:service SERVICE -- SERVICE is name of the service desired, or an
2723integer specifying a port number to connect to. If SERVICE is t, 2723integer specifying a port number to connect to. If SERVICE is t,
2724a random port number is selected for the server. 2724a random port number is selected for the server. (If Emacs was
2725compiled with getaddrinfo, a port number can also be specified as a
2726string, e.g. "80", as well as an integer. This is not portable.)
2725 2727
2726:type TYPE -- TYPE is the type of connection. The default (nil) is a 2728:type TYPE -- TYPE is the type of connection. The default (nil) is a
2727stream type connection, `datagram' creates a datagram type connection. 2729stream type connection, `datagram' creates a datagram type connection.