diff options
Diffstat (limited to 'man3')
-rw-r--r-- | man3/rexec.3 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/man3/rexec.3 b/man3/rexec.3 index 71709fa20..3c21aaed0 100644 --- a/man3/rexec.3 +++ b/man3/rexec.3 @@ -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 |