aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Hukins <tom@FreeBSD.org>2023-06-02 02:41:27 +0000
committerMarius Strobl <marius@FreeBSD.org>2023-08-06 17:28:30 +0000
commit7bf80c94f7ae927ef7d73004392fa3b92301a853 (patch)
treebc990c1a0c79a111a9ff60e863845ef628c060f8
parent20972319d2eebda83a27081756a5d85fc4ec875f (diff)
downloadsrc-7bf80c94f7ae927ef7d73004392fa3b92301a853.tar.gz
src-7bf80c94f7ae927ef7d73004392fa3b92301a853.zip
gpart(8): Refer to a related manual page
Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/702 (cherry picked from commit d275d2e3d375ae3c60fde1d7b1fc2f4b1c3fb4ef)
-rw-r--r--lib/geom/part/gpart.84
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/geom/part/gpart.8 b/lib/geom/part/gpart.8
index 31299831ba6b..35e2d904a2d0 100644
--- a/lib/geom/part/gpart.8
+++ b/lib/geom/part/gpart.8
@@ -551,7 +551,9 @@ Requires the
.Cd GEOM_PART_APM
kernel option.
.It Cm BSD
-Traditional BSD disklabel, usually used to subdivide MBR partitions.
+Traditional BSD
+.Xr disklabel 8 ,
+usually used to subdivide MBR partitions.
.Po
This scheme can also be used as the sole partitioning method, without
an MBR.