git: d275d2e3d375 - main - gpart(8): Refer to a related manual page
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 02 Jun 2023 02:43:52 UTC
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=d275d2e3d375ae3c60fde1d7b1fc2f4b1c3fb4ef commit d275d2e3d375ae3c60fde1d7b1fc2f4b1c3fb4ef Author: Tom Hukins <tom@FreeBSD.org> AuthorDate: 2023-06-02 02:41:27 +0000 Commit: Warner Losh <imp@FreeBSD.org> CommitDate: 2023-06-02 02:41:34 +0000 gpart(8): Refer to a related manual page Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/702 --- lib/geom/part/gpart.8 | 6 ++++-- 1 file 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.