# HG changeset patch # User Glenn Morris # Date 1190256389 0 # Node ID 143bf32d4d58d9bc3cd2c0fbf27f380d5c9a88a9 # Parent f2c11a35b0e3edb5755f7c12921b5bd34846cacd (Fmake_network_process): Doc fix. diff -r f2c11a35b0e3 -r 143bf32d4d58 src/process.c --- a/src/process.c Thu Sep 20 01:11:57 2007 +0000 +++ b/src/process.c Thu Sep 20 02:46:29 2007 +0000 @@ -2721,7 +2721,9 @@ :service SERVICE -- SERVICE is name of the service desired, or an integer specifying a port number to connect to. If SERVICE is t, -a random port number is selected for the server. +a random port number is selected for the server. (If Emacs was +compiled with getaddrinfo, a port number can also be specified as a +string, e.g. "80", as well as an integer. This is not portable.) :type TYPE -- TYPE is the type of connection. The default (nil) is a stream type connection, `datagram' creates a datagram type connection.