# HG changeset patch # User Glenn Morris # Date 1190256360 0 # Node ID b0f2d245629da4ee3c224ef251c3bb1215640f72 # Parent c929c4d052e014e241a755370f98b4f2e3e1da51 (Fmake_network_process): Doc fix. diff -r c929c4d052e0 -r b0f2d245629d src/process.c --- a/src/process.c Thu Sep 20 02:45:45 2007 +0000 +++ b/src/process.c Thu Sep 20 02:46:00 2007 +0000 @@ -2722,7 +2722,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.