replace > with \*[Gt]

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12093 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2003-04-22 13:21:53 +00:00
parent 83a70e481c
commit b3e4ceeb17

View File

@@ -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 .