diff options
author | pluknet <pluknet@FreeBSD.org> | 2013-10-01 18:41:53 +0000 |
---|---|---|
committer | pluknet <pluknet@FreeBSD.org> | 2013-10-01 18:41:53 +0000 |
commit | 3f9b2596429813d2d1d8d1b5805610f7d711624c (patch) | |
tree | 58b776bc1a14ec62a078610d97face029666c813 /bin/dd | |
parent | a5307f0fc06ca7672da4f4adb633e0c358e1af2a (diff) | |
download | FreeBSD-src-3f9b2596429813d2d1d8d1b5805610f7d711624c.zip FreeBSD-src-3f9b2596429813d2d1d8d1b5805610f7d711624c.tar.gz |
Sweep man pages replacing ad -> ada.
Approved by: re (blackend)
MFC after: 1 week
X-MFC note: stable/9 only
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 60b0b3e..fa6d9a9 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 |