git: f28b14e6ce69 - stable/13 - geom(4): Add cross reference to geom(8)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 06 Aug 2023 20:36:37 UTC
The branch stable/13 has been updated by marius:
URL: https://cgit.FreeBSD.org/src/commit/?id=f28b14e6ce697b7f95598e9c635c911f43cbdcc1
commit f28b14e6ce697b7f95598e9c635c911f43cbdcc1
Author: Tom Hukins <tom@FreeBSD.org>
AuthorDate: 2023-03-27 20:50:25 +0000
Commit: Marius Strobl <marius@FreeBSD.org>
CommitDate: 2023-08-06 17:46:49 +0000
geom(4): Add cross reference to geom(8)
PR: 264387
Reviewed by: ceri
Pull Request: https://github.com/freebsd/freebsd-src/pull/702
(cherry picked from commit e5bc2547a5f8173d1e5b72c1713a54dc89e29620)
---
share/man/man4/geom.4 | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/share/man/man4/geom.4 b/share/man/man4/geom.4
index f6988c663f54..91ba9360ec3b 100644
--- a/share/man/man4/geom.4
+++ b/share/man/man4/geom.4
@@ -34,7 +34,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd August 13, 2019
+.Dd March 27, 2023
.Dt GEOM 4
.Os
.Sh NAME
@@ -445,6 +445,7 @@ Dump contents of gctl requests.
.El
.Sh SEE ALSO
.Xr libgeom 3 ,
+.Xr geom 8 ,
.Xr DECLARE_GEOM_CLASS 9 ,
.Xr disk 9 ,
.Xr g_access 9 ,