diff options
author | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2015-09-03 11:40:47 +0000 |
---|---|---|
committer | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2015-09-03 11:40:47 +0000 |
commit | 2f221c70f941c1c5ec7b4e331a9d0f839a00b647 (patch) | |
tree | 1396fa3c7ed3842030938796d85cd23ea00ee2b8 | |
parent | 8e6acc531a584b0e2d3d1fc5ec9b481391cd0fe8 (diff) | |
download | src-2f221c70f941c1c5ec7b4e331a9d0f839a00b647.tar.gz src-2f221c70f941c1c5ec7b4e331a9d0f839a00b647.zip |
The dumpfs(8) utility doesn't actually use disktab(5); remove it
from "SEE ALSO".
MFC after: 1 month
Sponsored by: The FreeBSD Foundation
Notes
Notes:
svn path=/head/; revision=287429
-rw-r--r-- | sbin/dumpfs/dumpfs.8 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sbin/dumpfs/dumpfs.8 b/sbin/dumpfs/dumpfs.8 index bb8e93c3090a..0d41059356dc 100644 --- a/sbin/dumpfs/dumpfs.8 +++ b/sbin/dumpfs/dumpfs.8 @@ -98,7 +98,6 @@ The flag is needed if the filesystem uses .Xr gjournal 8 . .Sh SEE ALSO -.Xr disktab 5 , .Xr fs 5 , .Xr fsck 8 , .Xr gpart 8 , |