diff options
author | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-12-09 14:29:12 +0000 |
---|---|---|
committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-12-09 14:29:12 +0000 |
commit | f084be74f1efccec2879ccfc87a789dbc8a8129a (patch) | |
tree | 34be907bfa4caa0240036ef98913f79a34a619c1 | |
parent | 969c00cefdd9c24a5c4937694edc82596d0a945c (diff) |
wfix
-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 |