summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2007-12-09 14:29:12 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2007-12-09 14:29:12 +0000
commitf084be74f1efccec2879ccfc87a789dbc8a8129a (patch)
tree34be907bfa4caa0240036ef98913f79a34a619c1
parent969c00cefdd9c24a5c4937694edc82596d0a945c (diff)
wfix
-rw-r--r--man3/rexec.36
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