aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene Grosbein <eugen@FreeBSD.org>2022-01-10 15:00:30 +0000
committerEugene Grosbein <eugen@FreeBSD.org>2022-01-17 06:44:00 +0000
commite4dd9ce81bee194f04ccbada16d2332b719c66ad (patch)
tree9e94642e85ad1b6018a4f4f376c598c3e58677bc
parenta22fd093431fb345bc6c77a3716d180792246fd0 (diff)
downloadsrc-e4dd9ce81bee194f04ccbada16d2332b719c66ad.tar.gz
src-e4dd9ce81bee194f04ccbada16d2332b719c66ad.zip
gpart(8): MFC: add minimal reference to glabel(8) to manual page
(cherry picked from commit ba94a95402f335c8e7aa8e28ebdad43361c65909)
-rw-r--r--lib/geom/part/gpart.85
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/geom/part/gpart.8 b/lib/geom/part/gpart.8
index 378971cbd773..ae1e59eefafc 100644
--- a/lib/geom/part/gpart.8
+++ b/lib/geom/part/gpart.8
@@ -605,6 +605,10 @@ Requires the
.Cm GEOM_PART_VTOC8
kernel option.
.El
+.Pp
+See
+.Xr glabel 8
+for additional information on labelization of devices and partitions.
.Sh PARTITION TYPES
Partition types are identified on disk by particular strings or magic
values.
@@ -1507,6 +1511,7 @@ and
.Xr geom 4 ,
.Xr boot0cfg 8 ,
.Xr geom 8 ,
+.Xr glabel 8 ,
.Xr gptboot 8
.Sh HISTORY
The