aboutsummaryrefslogtreecommitdiff
path: root/sbin/mdconfig
diff options
context:
space:
mode:
authorEdward Tomasz Napierala <trasz@FreeBSD.org>2015-09-02 14:08:43 +0000
committerEdward Tomasz Napierala <trasz@FreeBSD.org>2015-09-02 14:08:43 +0000
commitb8c19fd719945f5b9ff51320f8dbe46dd23510c1 (patch)
treed830a30e2eb7a80e7395ba38191a5fef865fabef /sbin/mdconfig
parent089d32934ad974de5936051de316495514dd9ce8 (diff)
downloadsrc-b8c19fd719945f5b9ff51320f8dbe46dd23510c1.tar.gz
src-b8c19fd719945f5b9ff51320f8dbe46dd23510c1.zip
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
Notes
Notes: svn path=/head/; revision=287396
Diffstat (limited to 'sbin/mdconfig')
-rw-r--r--sbin/mdconfig/mdconfig.83
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/mdconfig/mdconfig.8 b/sbin/mdconfig/mdconfig.8
index 264532721531..6818d7bb9513 100644
--- a/sbin/mdconfig/mdconfig.8
+++ b/sbin/mdconfig/mdconfig.8
@@ -300,8 +300,7 @@ mount /dev/md1.nop /mnt
.Sh SEE ALSO
.Xr md 4 ,
.Xr ffs 7 ,
-.Xr bsdlabel 8 ,
-.Xr fdisk 8 ,
+.Xr gpart 8 ,
.Xr mdmfs 8 ,
.Xr malloc 9
.Sh HISTORY