diff options
author | Mike Pechkin <mpech@cvs.openbsd.org> | 2002-02-11 18:43:53 +0000 |
---|---|---|
committer | Mike Pechkin <mpech@cvs.openbsd.org> | 2002-02-11 18:43:53 +0000 |
commit | 08be39f5bb2c3749f037ee6a116aec7656b0460b (patch) | |
tree | 94d8c274d8fb74b16780ae5b6e401c511d9f84d5 /bin/dd | |
parent | 11661b37fd11040c9eb7ea938591fd8c371e7c9c (diff) |
Initial patch.
When you give command examples in a manual page prefix them with
$ command
or
# command
deraadt@ ok
Diffstat (limited to 'bin/dd')
-rw-r--r-- | bin/dd/dd.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/dd/dd.1 b/bin/dd/dd.1 index 9f358137f7b..caa6c4a17b6 100644 --- a/bin/dd/dd.1 +++ b/bin/dd/dd.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dd.1,v 1.11 2000/10/18 06:55:07 aaron Exp $ +.\" $OpenBSD: dd.1,v 1.12 2002/02/11 18:43:51 mpech Exp $ .\" $NetBSD: dd.1,v 1.5 1995/03/21 09:04:04 cgd Exp $ .\" .\" Copyright (c) 1990, 1993 @@ -342,7 +342,7 @@ The .Nm utility exits 0 on success or >0 if an error occurred. .Sh EXAMPLES -.Cm dd if=floppy28.fs of=/dev/fd0a +.Cm # dd if=floppy28.fs of=/dev/fd0a .Pp Write an .Ox |