diff options
-rw-r--r-- | src/lib/libc/net/rcmd.3 | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/src/lib/libc/net/rcmd.3 b/src/lib/libc/net/rcmd.3 index f71367ea5d..6631f84768 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.6 1996/09/02 21:36:58 millert Exp $ | 1 | .\" $OpenBSD: rcmd.3,v 1.7 1996/09/05 02:39:34 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. |
@@ -54,11 +54,13 @@ | |||
54 | The | 54 | The |
55 | .Fn rcmd | 55 | .Fn rcmd |
56 | function | 56 | function |
57 | is used by the super-user to execute a command on | 57 | is used by the super-user to execute a command on a remote |
58 | a remote machine using an authentication scheme based | 58 | machine using an authentication scheme based on reserved |
59 | on reserved port numbers. If the | 59 | port numbers. If the calling process is not setuid and the |
60 | .Li RSH | 60 | .Li RSH |
61 | environmental variable is set and inport is | 61 | environmental variable is set and |
62 | .Fa inport | ||
63 | is | ||
62 | .Li shell/tcp , | 64 | .Li shell/tcp , |
63 | .Xr rcmdsh 3 | 65 | .Xr rcmdsh 3 |
64 | is called instead with the value of | 66 | is called instead with the value of |