git: ba94a95402f3 - main - gpart(8): add minimal reference to glabel(8) to manual page
Date: Mon, 10 Jan 2022 15:09:43 UTC
The branch main has been updated by eugen:
URL: https://cgit.FreeBSD.org/src/commit/?id=ba94a95402f335c8e7aa8e28ebdad43361c65909
commit ba94a95402f335c8e7aa8e28ebdad43361c65909
Author: Eugene Grosbein <eugen@FreeBSD.org>
AuthorDate: 2022-01-10 15:00:30 +0000
Commit: Eugene Grosbein <eugen@FreeBSD.org>
CommitDate: 2022-01-10 15:07:23 +0000
gpart(8): add minimal reference to glabel(8) to manual page
MFC after: 1 week
---
lib/geom/part/gpart.8 | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/lib/geom/part/gpart.8 b/lib/geom/part/gpart.8
index d27844f709e9..e71ba0e928a6 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