aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorSergey Kandaurov <pluknet@FreeBSD.org>2013-10-01 18:41:53 +0000
committerSergey Kandaurov <pluknet@FreeBSD.org>2013-10-01 18:41:53 +0000
commit05d98029e9476e39b23f895225d36bf60f22ad91 (patch)
tree58b776bc1a14ec62a078610d97face029666c813 /bin
parent620a44e54f190d8ca283023d407c70df249d67ad (diff)
Notes
Diffstat (limited to 'bin')
-rw-r--r--bin/dd/dd.16
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/dd/dd.1 b/bin/dd/dd.1
index 60b0b3e3b3c0..fa6d9a94d645 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 January 23, 2009
+.Dd October 1, 2013
.Dt DD 1
.Os
.Sh NAME
@@ -378,12 +378,12 @@ will exit.
.Sh EXAMPLES
Check that a disk drive contains no bad blocks:
.Pp
-.Dl "dd if=/dev/ad0 of=/dev/null bs=1m"
+.Dl "dd if=/dev/ada0 of=/dev/null bs=1m"
.Pp
Do a refresh of a disk drive, in order to prevent presently
recoverable read errors from progressing into unrecoverable read errors:
.Pp
-.Dl "dd if=/dev/ad0 of=/dev/ad0 bs=1m"
+.Dl "dd if=/dev/ada0 of=/dev/ada0 bs=1m"
.Pp
Remove parity bit from a file:
.Pp