From 8a895b1fb59b27dada94e93a01fc4613e07517d3 Mon Sep 17 00:00:00 2001 From: trasz Date: Mon, 11 Jan 2016 20:10:14 +0000 Subject: MFC r287396: 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. Sponsored by: The FreeBSD Foundation --- share/man/man7/tuning.7 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share/man/man7') diff --git a/share/man/man7/tuning.7 b/share/man/man7/tuning.7 index 5e228dd9..c04b01a 100644 --- a/share/man/man7/tuning.7 +++ b/share/man/man7/tuning.7 @@ -753,10 +753,10 @@ over services you export from your box (web services, email). .Xr ports 7 , .Xr boot 8 , .Xr bsdinstall 8 , -.Xr bsdlabel 8 , .Xr ccdconfig 8 , .Xr config 8 , .Xr fsck 8 , +.Xr gpart 8 , .Xr gjournal 8 , .Xr gstripe 8 , .Xr gvinum 8 , -- cgit v1.1