This commit is contained in:
Michael Kerrisk 2007-12-09 14:29:12 +00:00
parent 969c00cefd
commit f084be74f1
1 changed files with 2 additions and 4 deletions

View File

@ -71,14 +71,12 @@ If all this fails, the user is prompted for the information.
.sp
The port
.I inport
specifies which well-known DARPA
Internet port to use for
specifies which well-known DARPA Internet port to use for
the connection; the call
.I getservbyname("exec", "tcp")
(see
.BR getservent (3))
will return a pointer to a structure, which contains the
necessary port.
will return a pointer to a structure that contains the necessary port.
The protocol for connection is described in detail in
.BR rexecd (8).
.sp