diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-11-14 02:57:29 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-11-14 02:57:29 +0000 |
commit | 5ac4e796ab65f0ab2514982a0b736ed185b71681 (patch) | |
tree | 0a7aa303df52b25f34eca7cb6da19071822a3885 /usr.bin/rsh/rsh.1 | |
parent | 8c40cc2c58bce394e853e8cfab1dde400d093b18 (diff) |
use $ or # before commands in examples
Diffstat (limited to 'usr.bin/rsh/rsh.1')
-rw-r--r-- | usr.bin/rsh/rsh.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/rsh/rsh.1 b/usr.bin/rsh/rsh.1 index 2a3cc23ead0..2f5e76fbe82 100644 --- a/usr.bin/rsh/rsh.1 +++ b/usr.bin/rsh/rsh.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rsh.1,v 1.11 2002/05/06 22:50:03 millert Exp $ +.\" $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,7 +126,7 @@ 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 +.Dl $ rsh otherhost cat remotefile >> localfile .Pp appends the remote file .Ar remotefile @@ -134,7 +134,7 @@ to the local file .Ar localfile , while .Pp -.Dl rsh otherhost cat remotefile \&">>\&" other_remotefile +.Dl $ rsh otherhost cat remotefile \&">>\&" other_remotefile .Pp appends .Ar remotefile |