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$ .\" $Id$
.\" .\"
.Dd September 4, 2002 .Dd April 22, 2003
.Dt RSH 1 .Dt RSH 1
.Os HEIMDAL .Os HEIMDAL
.Sh NAME .Sh NAME
@@ -208,7 +208,7 @@ machine.
.Pp .Pp
The following command: The following command:
.Pp .Pp
.Dl rsh otherhost cat remotefile > localfile .Dl rsh otherhost cat remotefile \*[Gt] localfile
.Pp .Pp
will write the contents of the remote will write the contents of the remote
.Pa remotefile .Pa remotefile
@@ -216,7 +216,7 @@ to the local
.Pa localfile , .Pa localfile ,
but: but:
.Pp .Pp
.Dl rsh otherhost 'cat remotefile > remotefile2' .Dl rsh otherhost 'cat remotefile \*[Gt] remotefile2'
.Pp .Pp
will write it to the remote will write it to the remote
.Pa remotefile2 . .Pa remotefile2 .