=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rsh/Attic/rsh.1,v retrieving revision 1.11 retrieving revision 1.12 diff -c -r1.11 -r1.12 *** src/usr.bin/rsh/Attic/rsh.1 2002/05/06 22:50:03 1.11 --- src/usr.bin/rsh/Attic/rsh.1 2002/11/14 02:57:28 1.12 *************** *** 1,4 **** ! .\" $OpenBSD: rsh.1,v 1.11 2002/05/06 22:50:03 millert Exp $ .\" .\" Copyright (c) 1983, 1990 The Regents of the University of California. .\" All rights reserved. --- 1,4 ---- ! .\" $OpenBSD: rsh.1,v 1.12 2002/11/14 02:57:28 deraadt Exp $ .\" .\" Copyright (c) 1983, 1990 The Regents of the University of California. .\" All rights reserved. *************** *** 126,132 **** while quoted meta-characters are interpreted on the remote machine. For example, the command .Pp ! .Dl rsh otherhost cat remotefile >> localfile .Pp appends the remote file .Ar remotefile --- 126,132 ---- while quoted meta-characters are interpreted on the remote machine. For example, the command .Pp ! .Dl $ rsh otherhost cat remotefile >> localfile .Pp appends the remote file .Ar remotefile *************** *** 134,140 **** .Ar localfile , while .Pp ! .Dl rsh otherhost cat remotefile \&">>\&" other_remotefile .Pp appends .Ar remotefile --- 134,140 ---- .Ar localfile , while .Pp ! .Dl $ rsh otherhost cat remotefile \&">>\&" other_remotefile .Pp appends .Ar remotefile