diff options
author | Richard Laager <[email protected]> | 2019-04-14 21:06:34 -0500 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2019-04-16 10:01:38 -0700 |
commit | c349137a7e1acd6b3d50de1f38af015e9f96d375 (patch) | |
tree | f9a8d6528f9d6950dfc200c9047323002b2e21a0 /man | |
parent | 9042ca0e94f9b3fa4a8329758a2548725b1c2814 (diff) |
Update zdb.8's fsck reference
On Linux, this is in man section 8, not 1M. Also, there is no fsdb on
Linux, so I removed that.
Reviewed-by: George Melikov <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Richard Laager <[email protected]>
Closes #8626
Diffstat (limited to 'man')
-rw-r--r-- | man/man8/zdb.8 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/man/man8/zdb.8 b/man/man8/zdb.8 index 141a7e853..dc0972b64 100644 --- a/man/man8/zdb.8 +++ b/man/man8/zdb.8 @@ -78,10 +78,8 @@ some amount of consistency checking. It is a not a general purpose tool and options .Pq and facilities may change. -This is neither a -.Xr fsck 1M -nor an -.Xr fsdb 1M +This is not a +.Xr fsck 8 utility. .Pp The output of this command in general reflects the on-disk structure of a ZFS |