=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rsh/Attic/rsh.1,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- src/usr.bin/rsh/Attic/rsh.1 1997/07/27 06:28:23 1.3 +++ src/usr.bin/rsh/Attic/rsh.1 1998/09/27 16:57:51 1.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rsh.1,v 1.3 1997/07/27 06:28:23 deraadt Exp $ +.\" $OpenBSD: rsh.1,v 1.4 1998/09/27 16:57:51 aaron Exp $ .\" Copyright (c) 1983, 1990 The Regents of the University of California. .\" All rights reserved. .\" @@ -44,15 +44,15 @@ .Op Fl k Ar realm .Op Fl l Ar username .Ar host -.Op command +.Op Ar command .Sh DESCRIPTION -.Nm Rsh +.Nm rsh executes .Ar command on .Ar host . .Pp -.Nm Rsh +.Nm rsh copies its standard input to the remote command, the standard output of the remote command to its standard output, and the standard error of the remote command to its standard error. @@ -113,8 +113,8 @@ is specified, you will be logged in on the remote host using .Xr rlogin 1 . .Pp -Shell metacharacters which are not quoted are interpreted on local machine, -while quoted metacharacters are interpreted on the remote machine. +Shell meta-characters which are not quoted are interpreted on local machine, +while quoted meta-characters are interpreted on the remote machine. For example, the command .Pp .Dl rsh otherhost cat remotefile >> localfile @@ -143,8 +143,8 @@ .Sh SEE ALSO .Xr rlogin 1 , .Xr kerberos 3 , -.Xr krb_sendauth 3 , .Xr krb_realmofhost 3 , +.Xr krb_sendauth 3 , .Xr rcmd 3 .Sh HISTORY The