git: 2b18815e3869 - stable/11 - gpart(8): MFC: add minimal reference to glabel(8) to manual page
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 17 Jan 2022 06:56:40 UTC
The branch stable/11 has been updated by eugen:
URL: https://cgit.FreeBSD.org/src/commit/?id=2b18815e386922fe251bae21fc59b180ed9a8abb
commit 2b18815e386922fe251bae21fc59b180ed9a8abb
Author: Eugene Grosbein <eugen@FreeBSD.org>
AuthorDate: 2022-01-10 15:00:30 +0000
Commit: Eugene Grosbein <eugen@FreeBSD.org>
CommitDate: 2022-01-17 06:56:17 +0000
gpart(8): MFC: add minimal reference to glabel(8) to manual page
(cherry picked from commit ba94a95402f335c8e7aa8e28ebdad43361c65909)
---
sbin/geom/class/part/gpart.8 | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/sbin/geom/class/part/gpart.8 b/sbin/geom/class/part/gpart.8
index f9384ad9af53..c7a4d9ecef79 100644
--- a/sbin/geom/class/part/gpart.8
+++ b/sbin/geom/class/part/gpart.8
@@ -558,6 +558,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.
@@ -1351,6 +1355,7 @@ and
.Xr geom 4 ,
.Xr boot0cfg 8 ,
.Xr geom 8 ,
+.Xr glabel 8 ,
.Xr gptboot 8
.Sh HISTORY
The