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/fdisk/fdisk.8 | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'sbin/fdisk') diff --git a/sbin/fdisk/fdisk.8 b/sbin/fdisk/fdisk.8 index fcab133..6894ab9 100644 --- a/sbin/fdisk/fdisk.8 +++ b/sbin/fdisk/fdisk.8 @@ -39,6 +39,13 @@ The utility can be used to divide space on the disk into slices and set one active. .Sh DESCRIPTION +.Bf -symbolic +This command is obsolete. +Users are advised to use +.Xr gpart 8 +instead. +.Ef +.Pp The .Fx utility, -- cgit v1.1