aboutsummaryrefslogtreecommitdiff
path: root/bin/dd
diff options
context:
space:
mode:
authorAlex Kozlov <ak@FreeBSD.org>2016-08-25 19:36:58 +0000
committerAlex Kozlov <ak@FreeBSD.org>2016-08-25 19:36:58 +0000
commitc650c2f35555c780fbf4d74a17874cbbb7fcbf0a (patch)
tree7336a7e5990dfffce59bf5e70464b7d3a606c12c /bin/dd
parent0f2d97838d8ee6d2505168a3ba1a060e71e31a6b (diff)
downloadsrc-c650c2f35555c780fbf4d74a17874cbbb7fcbf0a.tar.gz
src-c650c2f35555c780fbf4d74a17874cbbb7fcbf0a.zip
Remove last remnants of acd(4), mcd(4), and scd(4) drivers.
Approved by: jhb
Notes
Notes: svn path=/head/; revision=304814
Diffstat (limited to 'bin/dd')
-rw-r--r--bin/dd/dd.14
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/dd/dd.1 b/bin/dd/dd.1
index 64d1acae11a9..254de3f6c9f9 100644
--- a/bin/dd/dd.1
+++ b/bin/dd/dd.1
@@ -32,7 +32,7 @@
.\" @(#)dd.1 8.2 (Berkeley) 1/13/94
.\" $FreeBSD$
.\"
-.Dd February 28, 2016
+.Dd August 25, 2016
.Dt DD 1
.Os
.Sh NAME
@@ -414,7 +414,7 @@ Check for (even) parity errors on a file:
To create an image of a Mode-1 CD-ROM, which is a commonly used format
for data CD-ROM disks, use a block size of 2048 bytes:
.Pp
-.Dl "dd if=/dev/acd0 of=filename.iso bs=2048"
+.Dl "dd if=/dev/cd0 of=filename.iso bs=2048"
.Pp
Write a filesystem image to a memory stick, padding the end with zeros,
if necessary, to a 1MiB boundary: