From b3e4ceeb1795af5d362733055c5c7f3e05d5dc0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Tue, 22 Apr 2003 13:21:53 +0000 Subject: [PATCH] replace > with \*[Gt] git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12093 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/rsh/rsh.1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/appl/rsh/rsh.1 b/appl/rsh/rsh.1 index 2058114b3..2b47e8f65 100644 --- a/appl/rsh/rsh.1 +++ b/appl/rsh/rsh.1 @@ -31,7 +31,7 @@ .\" .\" $Id$ .\" -.Dd September 4, 2002 +.Dd April 22, 2003 .Dt RSH 1 .Os HEIMDAL .Sh NAME @@ -208,7 +208,7 @@ machine. .Pp The following command: .Pp -.Dl rsh otherhost cat remotefile > localfile +.Dl rsh otherhost cat remotefile \*[Gt] localfile .Pp will write the contents of the remote .Pa remotefile @@ -216,7 +216,7 @@ to the local .Pa localfile , but: .Pp -.Dl rsh otherhost 'cat remotefile > remotefile2' +.Dl rsh otherhost 'cat remotefile \*[Gt] remotefile2' .Pp will write it to the remote .Pa remotefile2 .