From 5ac4e796ab65f0ab2514982a0b736ed185b71681 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Thu, 14 Nov 2002 02:57:29 +0000 Subject: use $ or # before commands in examples --- usr.bin/rsh/rsh.1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'usr.bin/rsh/rsh.1') 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 -- cgit v1.2.3