From 281e7fc1109444898f06fea696e18b3fa3e52fcd Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Mon, 5 May 2003 22:13:04 +0000 Subject: Add support for command line args in rshprog, e.g. "ssh -C". --- lib/libc/net/rcmdsh.3 | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'lib/libc/net/rcmdsh.3') diff --git a/lib/libc/net/rcmdsh.3 b/lib/libc/net/rcmdsh.3 index e0c59efb852..e993d2c9d50 100644 --- a/lib/libc/net/rcmdsh.3 +++ b/lib/libc/net/rcmdsh.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rcmdsh.3,v 1.8 2000/12/24 00:30:56 aaron Exp $ +.\" $OpenBSD: rcmdsh.3,v 1.9 2003/05/05 22:13:03 millert Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -31,7 +31,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd September 1, 1996 +.Dd May 5, 2003 .Dt RCMDSH 3 .Os .Sh NAME @@ -46,10 +46,13 @@ The .Fn rcmdsh function is used by normal users to execute a command on a remote machine using an authentication scheme based on reserved port numbers using -.Xr rshd 8 +.Xr rsh 1 or the value of .Fa rshprog (if non-null). +.Fa rshprog +may be a fully-qualified path, a non-qualified command, or a command containing +space-separated command line arguments. .Pp The .Fn rcmdsh -- cgit v1.2.3