diff options
author | Simon J. Gerraty <sjg@FreeBSD.org> | 2013-10-13 02:35:19 +0000 |
---|---|---|
committer | Simon J. Gerraty <sjg@FreeBSD.org> | 2013-10-13 02:35:19 +0000 |
commit | 3caf0790a80c2e10c82a3a07719cddb2065c65d1 (patch) | |
tree | 2c6f4d1ca5d1c643faea64e1f4c90105a1ab406a /bin/dd | |
parent | aab5fee0721846740415f201b41c920033a49303 (diff) | |
parent | 006a42a9cb173cefe32d169c46748d6f00c41315 (diff) | |
download | src-3caf0790a80c2e10c82a3a07719cddb2065c65d1.tar.gz src-3caf0790a80c2e10c82a3a07719cddb2065c65d1.zip |
Notes
Diffstat (limited to 'bin/dd')
-rw-r--r-- | bin/dd/dd.1 | 6 |
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 |