diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-05-31 11:24:07 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-05-31 11:24:07 +0000 |
commit | 21f299ee74b5a5acc61783d2f670df77e818f33f (patch) | |
tree | de82cacc712423befce86010c84521d942654494 /bin/dd | |
parent | 478da6c538eef7781713b07cb3f4f96dc2d87125 (diff) |
- use .Ex
- standard EXAMPLES
Diffstat (limited to 'bin/dd')
-rw-r--r-- | bin/dd/dd.1 | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/bin/dd/dd.1 b/bin/dd/dd.1 index 610830e3e4a..02d3e3c3b50 100644 --- a/bin/dd/dd.1 +++ b/bin/dd/dd.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dd.1,v 1.16 2004/03/18 09:51:03 jmc Exp $ +.\" $OpenBSD: dd.1,v 1.17 2006/05/31 11:24:06 jmc Exp $ .\" $NetBSD: dd.1,v 1.5 1995/03/21 09:04:04 cgd Exp $ .\" .\" Copyright (c) 1990, 1993 @@ -334,15 +334,13 @@ in the same format as the standard completion message and .Nm will exit. .Pp -The -.Nm -utility exits 0 on success or >0 if an error occurred. +.Ex -std dd .Sh EXAMPLES -.Li # dd if=floppy34.fs of=/dev/rfd0c bs=32k -.Pp Write an .Ox -floppy image to a floppy disk. +floppy image to a floppy disk: +.Pp +.Dl # dd if=floppy34.fs of=/dev/rfd0c bs=32k .Sh SEE ALSO .Xr cp 1 , .Xr mt 1 , |