Date: Sun, 22 Feb 2009 13:37:23 +0000 (UTC) From: Edward Tomasz Napierala <trasz@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r188916 - head/share/man/man4 Message-ID: <200902221337.n1MDbNq1097503@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: trasz Date: Sun Feb 22 13:37:22 2009 New Revision: 188916 URL: http://svn.freebsd.org/changeset/base/188916 Log: Fix a typo and add manpage links to geom(4). Approved by: rwatson (mentor) Modified: head/share/man/man4/geom.4 Modified: head/share/man/man4/geom.4 ============================================================================== --- head/share/man/man4/geom.4 Sun Feb 22 13:34:01 2009 (r188915) +++ head/share/man/man4/geom.4 Sun Feb 22 13:37:22 2009 (r188916) @@ -249,7 +249,7 @@ It will explicitly close (i.e.: zero the 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902221337.n1MDbNq1097503>