summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortrasz <trasz@FreeBSD.org>2009-05-19 12:10:48 +0000
committertrasz <trasz@FreeBSD.org>2009-05-19 12:10:48 +0000
commit678fe0aa0365c8708e3c037618d7a573a43daa69 (patch)
treeffcb8737858b6f91412a1c12eea7d1ae9e226363
parent56c9819821af0ba40bed6b1d2e8cfb2692657d9c (diff)
downloadFreeBSD-src-678fe0aa0365c8708e3c037618d7a573a43daa69.zip
FreeBSD-src-678fe0aa0365c8708e3c037618d7a573a43daa69.tar.gz
Add links to libgeom(3) where appropriate.
-rw-r--r--lib/libgeom/Makefile2
-rw-r--r--sbin/geom/core/geom.81
-rw-r--r--share/man/man4/geom.41
3 files changed, 4 insertions, 0 deletions
diff --git a/lib/libgeom/Makefile b/lib/libgeom/Makefile
index 7535e1e..b19faf6 100644
--- a/lib/libgeom/Makefile
+++ b/lib/libgeom/Makefile
@@ -35,12 +35,14 @@ MLINKS+= \
libgeom.3 gctl_dump.3 \
libgeom.3 g_close.3 \
libgeom.3 g_delete.3 \
+ libgeom.3 g_device_path.3 \
libgeom.3 g_flush.3 \
libgeom.3 g_get_ident.3 \
libgeom.3 g_get_name.3 \
libgeom.3 g_mediasize.3 \
libgeom.3 g_open.3 \
libgeom.3 g_open_by_ident.3 \
+ libgeom.3 g_providername.3 \
libgeom.3 g_sectorsize.3
.include <bsd.lib.mk>
diff --git a/sbin/geom/core/geom.8 b/sbin/geom/core/geom.8
index ddf6cd1..8477205 100644
--- a/sbin/geom/core/geom.8
+++ b/sbin/geom/core/geom.8
@@ -164,6 +164,7 @@ Unload a kernel module which implements the MD class:
geom md unload
.Ed
.Sh SEE ALSO
+.Xr libgeom 3 ,
.Xr geom 4 ,
.\" .Xr gcache 8 ,
.Xr gconcat 8 ,
diff --git a/share/man/man4/geom.4 b/share/man/man4/geom.4
index ec8b6b9..3857389 100644
--- a/share/man/man4/geom.4
+++ b/share/man/man4/geom.4
@@ -432,6 +432,7 @@ This is unused at this time.
Dump contents of gctl requests.
.El
.Sh SEE ALSO
+.Xr libgeom 3 ,
.Xr disk 9 ,
.Xr DECLARE_GEOM_CLASS 9 ,
.Xr g_access 9 ,
OpenPOWER on IntegriCloud