From b8313fcc34fadcf46f1ff42a9c2cb3fdf93a7710 Mon Sep 17 00:00:00 2001 From: charnier Date: Tue, 2 Nov 1999 21:23:38 +0000 Subject: add arguments --- usr.bin/rsh/rsh.1 | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) (limited to 'usr.bin/rsh/rsh.1') diff --git a/usr.bin/rsh/rsh.1 b/usr.bin/rsh/rsh.1 index be348c4..61b15cb 100644 --- a/usr.bin/rsh/rsh.1 +++ b/usr.bin/rsh/rsh.1 @@ -71,18 +71,18 @@ Turn on socket debugging (using on the .Tn TCP sockets used for communication with the remote host. -.It Fl k +.It Fl k Ar realm Cause .Nm to obtain tickets for the remote host in .Ar realm instead of the remote host's realm as determined by .Xr krb_realmofhost 3 . -.It Fl l +.It Fl l Ar username +Allow the remote +.Ar username +to be specified. By default, the remote username is the same as the local username. -The -.Fl l -option allows the remote name to be specified. Kerberos authentication is used, and authorization is determined as in .Xr rlogin 1 . @@ -97,9 +97,13 @@ Turn on .Tn DES encryption for all data exchange. This may introduce a significant delay in response time. -.It Fl t -Allow a timeout to be specified (in seconds). If no -data is sent or received in this time, rsh will exit. +.It Fl t Ar timeout +Allow a +.Ar timeout +to be specified (in seconds). If no +data is sent or received in this time, +.Nm +will exit. .El .Pp If no @@ -172,7 +176,7 @@ You cannot run an interactive command or .Xr vi 1 ) using -.Nm rsh ; +.Nm Ns ; use .Xr rlogin 1 instead. -- cgit v1.1