summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2020-10-29 07:01:24 +0000
committerjmc <jmc@openbsd.org>2020-10-29 07:01:24 +0000
commit19383443e6286758b98ba0d789a2fb4dc55ac715 (patch)
treeb982122d673db998362f81fd8833d1941cb962b6 /bin
parentDo not fail with obscure error messages on 'make' (diff)
downloadwireguard-openbsd-19383443e6286758b98ba0d789a2fb4dc55ac715.tar.xz
wireguard-openbsd-19383443e6286758b98ba0d789a2fb4dc55ac715.zip
replace the "write a floppy image" example with a more up to date one;
input/ok deraadt jca
Diffstat (limited to 'bin')
-rw-r--r--bin/dd/dd.111
1 files changed, 6 insertions, 5 deletions
diff --git a/bin/dd/dd.1 b/bin/dd/dd.1
index 55b6797806c..8a9049da383 100644
--- a/bin/dd/dd.1
+++ b/bin/dd/dd.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: dd.1,v 1.38 2020/05/17 17:04:29 deraadt Exp $
+.\" $OpenBSD: dd.1,v 1.39 2020/10/29 07:01:24 jmc Exp $
.\" $NetBSD: dd.1,v 1.5 1995/03/21 09:04:04 cgd Exp $
.\"
.\" Copyright (c) 1990, 1993
@@ -33,7 +33,7 @@
.\"
.\" @(#)dd.1 8.2 (Berkeley) 1/13/94
.\"
-.Dd $Mdocdate: May 17 2020 $
+.Dd $Mdocdate: October 29 2020 $
.Dt DD 1
.Os
.Sh NAME
@@ -319,11 +319,12 @@ will exit.
.Sh EXIT STATUS
.Ex -std dd
.Sh EXAMPLES
-Write an
+Write a bootable
.Ox
-floppy image to a floppy disk:
+disk image to a USB flash drive attached at
+.Pa /dev/sd3 :
.Pp
-.Dl # dd if=floppy67.img of=/dev/rfd0c bs=32k
+.Dl # dd if=install68.img of=/dev/rsd3c bs=1m
.Pp
Create an ISO-9660 image of a CD-ROM:
.Pp