diff options
| author | Tom Hukins <tom@FreeBSD.org> | 2023-03-27 20:50:25 +0000 |
|---|---|---|
| committer | Marius Strobl <marius@FreeBSD.org> | 2023-08-06 17:46:49 +0000 |
| commit | f28b14e6ce697b7f95598e9c635c911f43cbdcc1 (patch) | |
| tree | 2ce8a53172cb070023543e752b8055a4bb754d3d | |
| parent | de256b499f335b6d17ce1cbe6e255c303bb5c934 (diff) | |
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)
| -rw-r--r-- | share/man/man4/geom.4 | 3 |
1 files changed, 2 insertions, 1 deletions
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 , |
