From c05bbe4d23b2d3d429adc77dbc92b26826585b78 Mon Sep 17 00:00:00 2001 From: trasz Date: Wed, 2 Sep 2015 14:08:43 +0000 Subject: It's 2015, and some people are still trying to use fdisk and then go asking what debug flags to set for GEOM to make it work. Advice them to use gpart(8) instead. Something similar should probably done with disklabel, but I need to rewrite the disklabel examples first. Reviewed by: wblock@ MFC after: 1 month Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D3315 --- sbin/dumpfs/dumpfs.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sbin/dumpfs') diff --git a/sbin/dumpfs/dumpfs.8 b/sbin/dumpfs/dumpfs.8 index feb8758..bb8e93c 100644 --- a/sbin/dumpfs/dumpfs.8 +++ b/sbin/dumpfs/dumpfs.8 @@ -100,8 +100,8 @@ flag is needed if the filesystem uses .Sh SEE ALSO .Xr disktab 5 , .Xr fs 5 , -.Xr disklabel 8 , .Xr fsck 8 , +.Xr gpart 8 , .Xr newfs 8 , .Xr tunefs 8 .Sh HISTORY -- cgit v1.1