diff options
author | millert <> | 2003-05-05 22:13:03 +0000 |
---|---|---|
committer | millert <> | 2003-05-05 22:13:03 +0000 |
commit | 3512822e2f5923ed1823cf94b42172157fddd7e3 (patch) | |
tree | 01c46819bd1f7d24cbd5d7c9e53edc734792ecc0 /src/lib/libc/net/rcmdsh.3 | |
parent | 085895ca2bb9375ce5be725e0f30556bb90b0276 (diff) | |
download | openbsd-3512822e2f5923ed1823cf94b42172157fddd7e3.tar.gz openbsd-3512822e2f5923ed1823cf94b42172157fddd7e3.tar.bz2 openbsd-3512822e2f5923ed1823cf94b42172157fddd7e3.zip |
Add support for command line args in rshprog, e.g. "ssh -C".
Diffstat (limited to 'src/lib/libc/net/rcmdsh.3')
-rw-r--r-- | src/lib/libc/net/rcmdsh.3 | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/src/lib/libc/net/rcmdsh.3 b/src/lib/libc/net/rcmdsh.3 index e0c59efb85..e993d2c9d5 100644 --- a/src/lib/libc/net/rcmdsh.3 +++ b/src/lib/libc/net/rcmdsh.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: rcmdsh.3,v 1.8 2000/12/24 00:30:56 aaron Exp $ | 1 | .\" $OpenBSD: rcmdsh.3,v 1.9 2003/05/05 22:13:03 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. |
@@ -31,7 +31,7 @@ | |||
31 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 31 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
32 | .\" SUCH DAMAGE. | 32 | .\" SUCH DAMAGE. |
33 | .\" | 33 | .\" |
34 | .Dd September 1, 1996 | 34 | .Dd May 5, 2003 |
35 | .Dt RCMDSH 3 | 35 | .Dt RCMDSH 3 |
36 | .Os | 36 | .Os |
37 | .Sh NAME | 37 | .Sh NAME |
@@ -46,10 +46,13 @@ The | |||
46 | .Fn rcmdsh | 46 | .Fn rcmdsh |
47 | function is used by normal users to execute a command on a remote machine | 47 | function is used by normal users to execute a command on a remote machine |
48 | using an authentication scheme based on reserved port numbers using | 48 | using an authentication scheme based on reserved port numbers using |
49 | .Xr rshd 8 | 49 | .Xr rsh 1 |
50 | or the value of | 50 | or the value of |
51 | .Fa rshprog | 51 | .Fa rshprog |
52 | (if non-null). | 52 | (if non-null). |
53 | .Fa rshprog | ||
54 | may be a fully-qualified path, a non-qualified command, or a command containing | ||
55 | space-separated command line arguments. | ||
53 | .Pp | 56 | .Pp |
54 | The | 57 | The |
55 | .Fn rcmdsh | 58 | .Fn rcmdsh |