summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormillert <>1996-09-02 21:36:58 +0000
committermillert <>1996-09-02 21:36:58 +0000
commit824a1013c46deb16f9b4ab1d2d1382523cf69fe6 (patch)
treee3e31576b8e352e5b1b2d47ac79967e6463b69d2
parent4acf17e801ae64ddfa46dcf0c66135f396195a2e (diff)
downloadopenbsd-824a1013c46deb16f9b4ab1d2d1382523cf69fe6.tar.gz
openbsd-824a1013c46deb16f9b4ab1d2d1382523cf69fe6.tar.bz2
openbsd-824a1013c46deb16f9b4ab1d2d1382523cf69fe6.zip
talk about $RSH
-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