summaryrefslogtreecommitdiffstats
path: root/man3/rexec.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/rexec.3')
-rw-r--r--man3/rexec.316
1 files changed, 8 insertions, 8 deletions
diff --git a/man3/rexec.3 b/man3/rexec.3
index 725c71cf8..f4cbf9dba 100644
--- a/man3/rexec.3
+++ b/man3/rexec.3
@@ -43,7 +43,7 @@ Standard C library
.fi
.SH DESCRIPTION
This interface is obsoleted by
-.BR rcmd (3).
+.MR rcmd 3 .
.P
The
.BR rexec ()
@@ -51,7 +51,7 @@ function
looks up the host
.I *ahost
using
-.BR gethostbyname (3),
+.MR gethostbyname 3 ,
returning \-1 if the host does not exist.
Otherwise,
.I *ahost
@@ -70,10 +70,10 @@ specifies which well-known DARPA Internet port to use for
the connection; the call
.I "getservbyname(""exec"", ""tcp"")"
(see
-.BR getservent (3))
+.MR getservent 3 )
will return a pointer to a structure that contains the necessary port.
The protocol for connection is described in detail in
-.BR rexecd (8).
+.MR rexecd 8 .
.P
If the connection succeeds,
a socket in the Internet domain of type
@@ -125,7 +125,7 @@ or
(to allow the implementation to select the protocol).
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -154,8 +154,8 @@ function sends the unencrypted password across the network.
.P
The underlying service is considered a big security hole and therefore
not enabled on many sites; see
-.BR rexecd (8)
+.MR rexecd 8
for explanations.
.SH SEE ALSO
-.BR rcmd (3),
-.BR rexecd (8)
+.MR rcmd 3 ,
+.MR rexecd 8