summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authortrasz <trasz@FreeBSD.org>2009-02-22 13:37:22 +0000
committertrasz <trasz@FreeBSD.org>2009-02-22 13:37:22 +0000
commit28540b9e6a2058a3e010ecc9193f7be85b5476e8 (patch)
tree327a70de2d132551ce3d00265bea8ce9449019db /share
parent00040c03ed6bdbca52d8e87eff6a3a728890b728 (diff)
downloadFreeBSD-src-28540b9e6a2058a3e010ecc9193f7be85b5476e8.zip
FreeBSD-src-28540b9e6a2058a3e010ecc9193f7be85b5476e8.tar.gz
Fix a typo and add manpage links to geom(4).
Approved by: rwatson (mentor)
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/geom.414
1 files changed, 13 insertions, 1 deletions
diff --git a/share/man/man4/geom.4 b/share/man/man4/geom.4
index 0bd6207..ec8b6b9 100644
--- a/share/man/man4/geom.4
+++ b/share/man/man4/geom.4
@@ -249,7 +249,7 @@ It will explicitly close (i.e.: zero the access counts), a change
which will propagate all the way down through the mesh.
It will then detach and destroy its geom.
.It
-The geom whose provider is now attached will destroy the provider,
+The geom whose provider is now detached will destroy the provider,
detach and destroy its consumer and destroy its geom.
.It
This process percolates all the way down through the mesh, until
@@ -431,6 +431,18 @@ This is unused at this time.
.It 0x80 Pq Dv G_F_CTLDUMP
Dump contents of gctl requests.
.El
+.Sh SEE ALSO
+.Xr disk 9 ,
+.Xr DECLARE_GEOM_CLASS 9 ,
+.Xr g_access 9 ,
+.Xr g_attach 9 ,
+.Xr g_bio 9 ,
+.Xr g_consumer 9 ,
+.Xr g_data 9 ,
+.Xr g_event 9 ,
+.Xr g_geom 9 ,
+.Xr g_provider 9 ,
+.Xr g_provider_by_name 9
.Sh HISTORY
This software was developed for the
.Fx
OpenPOWER on IntegriCloud