diff options
author | charnier <charnier@FreeBSD.org> | 1999-11-02 21:23:38 +0000 |
---|---|---|
committer | charnier <charnier@FreeBSD.org> | 1999-11-02 21:23:38 +0000 |
commit | b8313fcc34fadcf46f1ff42a9c2cb3fdf93a7710 (patch) | |
tree | 258c4faeeb635ae6a4c1850cb30536dd388001db /usr.bin/rsh | |
parent | 28b46e30675548ef60adb8fccfd01f84e9cca89a (diff) | |
download | FreeBSD-src-b8313fcc34fadcf46f1ff42a9c2cb3fdf93a7710.zip FreeBSD-src-b8313fcc34fadcf46f1ff42a9c2cb3fdf93a7710.tar.gz |
add arguments
Diffstat (limited to 'usr.bin/rsh')
-rw-r--r-- | usr.bin/rsh/rsh.1 | 22 |
1 files changed, 13 insertions, 9 deletions
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. |