diff options
| author | Glenn Morris | 2007-09-20 02:46:00 +0000 |
|---|---|---|
| committer | Glenn Morris | 2007-09-20 02:46:00 +0000 |
| commit | bfaf966b7036d841cf12a8553ceb1a0e077731b3 (patch) | |
| tree | a9a3d144179b35fefeb62a833a19631eaf2f1768 /src/process.c | |
| parent | b2217c17d69887f543e6c5ada5c8923eba453f67 (diff) | |
| download | emacs-bfaf966b7036d841cf12a8553ceb1a0e077731b3.tar.gz emacs-bfaf966b7036d841cf12a8553ceb1a0e077731b3.zip | |
(Fmake_network_process): Doc fix.
Diffstat (limited to 'src/process.c')
| -rw-r--r-- | src/process.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/process.c b/src/process.c index 97bcba3b392..fd8e2c94a4d 100644 --- a/src/process.c +++ b/src/process.c | |||
| @@ -2722,7 +2722,9 @@ host, and only clients connecting to that address will be accepted. | |||
| 2722 | 2722 | ||
| 2723 | :service SERVICE -- SERVICE is name of the service desired, or an | 2723 | :service SERVICE -- SERVICE is name of the service desired, or an |
| 2724 | integer specifying a port number to connect to. If SERVICE is t, | 2724 | integer specifying a port number to connect to. If SERVICE is t, |
| 2725 | a random port number is selected for the server. | 2725 | a random port number is selected for the server. (If Emacs was |
| 2726 | compiled with getaddrinfo, a port number can also be specified as a | ||
| 2727 | string, e.g. "80", as well as an integer. This is not portable.) | ||
| 2726 | 2728 | ||
| 2727 | :type TYPE -- TYPE is the type of connection. The default (nil) is a | 2729 | :type TYPE -- TYPE is the type of connection. The default (nil) is a |
| 2728 | stream type connection, `datagram' creates a datagram type connection. | 2730 | stream type connection, `datagram' creates a datagram type connection. |