Add links to libgeom(3) where appropriate.

This commit is contained in:
Edward Tomasz Napierala 2009-05-19 12:10:48 +00:00
parent ea7b81d2bd
commit a7c13ccc01
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=192376
3 changed files with 4 additions and 0 deletions

View File

@ -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>

View File

@ -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 ,

View File

@ -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 ,