diff options
author | nik <nik@FreeBSD.org> | 2000-03-01 10:42:25 +0000 |
---|---|---|
committer | nik <nik@FreeBSD.org> | 2000-03-01 10:42:25 +0000 |
commit | a7ec1826e0d3e26d13bb4cc7a1a17e82e581eb59 (patch) | |
tree | 692cb73ebafaf5c66900acd0848cd37f67b01cfa /sbin | |
parent | 8ca1afe9f559d3274b4101e8e0f03f51a4c038e3 (diff) | |
download | FreeBSD-src-a7ec1826e0d3e26d13bb4cc7a1a17e82e581eb59.zip FreeBSD-src-a7ec1826e0d3e26d13bb4cc7a1a17e82e581eb59.tar.gz |
Remove xrefs to obsolete bad144(8).
PR: docs/17060
Submitted by: Udo Erdelhoff <ue@nathan.ruhr.de>
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/badsect/badsect.8 | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sbin/badsect/badsect.8 b/sbin/badsect/badsect.8 index 6c80a97..8149063 100644 --- a/sbin/badsect/badsect.8 +++ b/sbin/badsect/badsect.8 @@ -45,9 +45,7 @@ .Nm Badsect makes a file to contain a bad sector. Normally, bad sectors are made inaccessible by the standard formatter, which provides -a forwarding table for bad sectors to the driver; see -.Xr bad144 8 -for details. +a forwarding table for bad sectors to the driver. If a driver supports the bad blocking standard it is much preferable to use that method to isolate bad blocks, since the bad block forwarding makes the pack appear perfect, and such packs can then be copied with @@ -112,7 +110,6 @@ A positive response will cause .Xr fsck 8 to convert the inode to a regular file containing the bad block. .Sh SEE ALSO -.Xr bad144 8 , .Xr fsck 8 .Sh DIAGNOSTICS .Nm Badsect |