aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Hukins <tom@FreeBSD.org>2023-06-02 02:41:27 +0000
committerWarner Losh <imp@FreeBSD.org>2023-06-02 02:41:34 +0000
commitd275d2e3d375ae3c60fde1d7b1fc2f4b1c3fb4ef (patch)
tree50071b205122bf3a029e22d35eb9429e3c1c24e1
parent2bcbf4d8314654b91f7d688194b047f7151aa955 (diff)
downloadsrc-d275d2e3d375ae3c60fde1d7b1fc2f4b1c3fb4ef.tar.gz
src-d275d2e3d375ae3c60fde1d7b1fc2f4b1c3fb4ef.zip
gpart(8): Refer to a related manual page
Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/702
-rw-r--r--lib/geom/part/gpart.86
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/geom/part/gpart.8 b/lib/geom/part/gpart.8
index 81d5a7a2bb3c..b61ea82e5b38 100644
--- a/lib/geom/part/gpart.8
+++ b/lib/geom/part/gpart.8
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd January 26, 2022
+.Dd March 27, 2023
.Dt GPART 8
.Os
.Sh NAME
@@ -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.