From ba94a95402f335c8e7aa8e28ebdad43361c65909 Mon Sep 17 00:00:00 2001 From: Eugene Grosbein Date: Mon, 10 Jan 2022 22:00:30 +0700 Subject: [PATCH] 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 d27844f709e..e71ba0e928a 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