summaryrefslogtreecommitdiffstats
path: root/bin/dd
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2006-06-01 09:26:49 +0000
committerjmc <jmc@openbsd.org>2006-06-01 09:26:49 +0000
commit923a498739ab506af7efafe329658eca8b475f77 (patch)
treee19dfd76cff39759360742f5677cda5b4cd4ca2e /bin/dd
parentsimplify example, ok grange, jmc (diff)
downloadwireguard-openbsd-923a498739ab506af7efafe329658eca8b475f77.tar.xz
wireguard-openbsd-923a498739ab506af7efafe329658eca8b475f77.zip
add another exmaple; stolen from a nick holland email...
Diffstat (limited to 'bin/dd')
-rw-r--r--bin/dd/dd.16
1 files changed, 5 insertions, 1 deletions
diff --git a/bin/dd/dd.1 b/bin/dd/dd.1
index 02d3e3c3b50..b32d8c68580 100644
--- a/bin/dd/dd.1
+++ b/bin/dd/dd.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: dd.1,v 1.17 2006/05/31 11:24:06 jmc Exp $
+.\" $OpenBSD: dd.1,v 1.18 2006/06/01 09:26:49 jmc Exp $
.\" $NetBSD: dd.1,v 1.5 1995/03/21 09:04:04 cgd Exp $
.\"
.\" Copyright (c) 1990, 1993
@@ -341,6 +341,10 @@ Write an
floppy image to a floppy disk:
.Pp
.Dl # dd if=floppy34.fs of=/dev/rfd0c bs=32k
+.Pp
+Create an ISO-9660 image of a CD-ROM:
+.Pp
+.Dl # dd if=/dev/rcd0c of=disk.iso bs=32k
.Sh SEE ALSO
.Xr cp 1 ,
.Xr mt 1 ,