[BACK]Return to rsh.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / rsh

Diff for /src/usr.bin/rsh/Attic/rsh.1 between version 1.6 and 1.7

version 1.6, 2000/03/10 20:17:51 version 1.7, 2000/11/08 23:51:07
Line 44 
Line 44 
 .Op Fl Kdnx  .Op Fl Kdnx
 .Op Fl k Ar realm  .Op Fl k Ar realm
 .Op Fl l Ar username  .Op Fl l Ar username
 .Ar host  .Ar hostname
 .Op Ar command  .Op Ar command
 .Sh DESCRIPTION  .Sh DESCRIPTION
 .Nm  .Nm
 executes  executes
 .Ar command  .Ar command
 on  on
 .Ar host .  .Ar hostname .
 .Pp  .Pp
 .Nm  .Nm
 copies its standard input to the remote command, the standard  copies its standard input to the remote command, the standard
Line 65 
Line 65 
 The options are as follows:  The options are as follows:
 .Bl -tag -width flag  .Bl -tag -width flag
 .It Fl K  .It Fl K
 The  Disable all Kerberos authentication.
 .Fl K  
 option turns off all Kerberos authentication.  
 .It Fl d  .It Fl d
 The  Enable socket debugging (using
 .Fl d  
 option turns on socket debugging (using  
 .Xr setsockopt 2 )  .Xr setsockopt 2 )
 on the  on the
 .Tn TCP  .Tn TCP
 sockets used for communication with the remote host.  sockets used for communication with the remote host.
 .It Fl k  .It Fl k
 The  Causes
 .Fl k  
 option causes  
 .Nm  .Nm
 to obtain tickets for the remote host in  to obtain tickets for the remote host in
 .Ar realm  .Ar realm
Line 94 
Line 88 
 as in  as in
 .Xr rlogin 1 .  .Xr rlogin 1 .
 .It Fl n  .It Fl n
 The  Redirect input from the special device
 .Fl n  
 option redirects input from the special device  
 .Pa /dev/null  .Pa /dev/null
 (see the  (see the
 .Sx BUGS  .Sx BUGS
 section of this manual page).  section of this manual page).
 .It Fl x  .It Fl x
 The  Enable
 .Fl x  
 option turns on  
 .Tn DES  .Tn DES
 encryption for all data exchange.  encryption for all data exchange.
 This may introduce a significant delay in response time.  This may introduce a significant delay in response time.
Line 114 
Line 104 
 .Ar command  .Ar command
 is specified, you will be logged in on the remote host using  is specified, you will be logged in on the remote host using
 .Xr rlogin 1 .  .Xr rlogin 1 .
   .Pp
   If
   .Nm
   is not invoked with the standard program name
   .Pq Dq rsh ,
   it uses this name as its
   .Ar hostname
   argument.
 .Pp  .Pp
 Shell meta-characters which are not quoted are interpreted on local machine,  Shell meta-characters which are not quoted are interpreted on local machine,
 while quoted meta-characters are interpreted on the remote machine.  while quoted meta-characters are interpreted on the remote machine.

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7