summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib/libc/net/rcmd.311
1 files changed, 9 insertions, 2 deletions
diff --git a/src/lib/libc/net/rcmd.3 b/src/lib/libc/net/rcmd.3
index 2081a76446..f71367ea5d 100644
--- a/src/lib/libc/net/rcmd.3
+++ b/src/lib/libc/net/rcmd.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: rcmd.3,v 1.5 1996/09/01 22:33:04 millert Exp $ 1.\" $OpenBSD: rcmd.3,v 1.6 1996/09/02 21:36:58 millert Exp $
2.\" 2.\"
3.\" Copyright (c) 1983, 1991, 1993 3.\" Copyright (c) 1983, 1991, 1993
4.\" The Regents of the University of California. All rights reserved. 4.\" The Regents of the University of California. All rights reserved.
@@ -56,7 +56,14 @@ The
56function 56function
57is used by the super-user to execute a command on 57is used by the super-user to execute a command on
58a remote machine using an authentication scheme based 58a remote machine using an authentication scheme based
59on reserved port numbers. If the user is not the super-user, 59on reserved port numbers. If the
60.Li RSH
61environmental variable is set and inport is
62.Li shell/tcp ,
63.Xr rcmdsh 3
64is called instead with the value of
65.Li RSH .
66Alternately, if the user is not the super-user,
60.Fn rcmd 67.Fn rcmd
61will invoke 68will invoke
62.Xr rcmdsh 3 69.Xr rcmdsh 3