svn commit: r189164 - stable/7/share/man/man4

Edward Tomasz Napierala trasz at FreeBSD.org
Sat Feb 28 03:20:39 PST 2009


Author: trasz
Date: Sat Feb 28 11:20:37 2009
New Revision: 189164
URL: http://svn.freebsd.org/changeset/base/189164

Log:
  MFC r188916:
  
  Fix a typo and add manpage links to geom(4).
  
  Approved by:	rwatson (mentor)

Modified:
  stable/7/share/man/man4/   (props changed)
  stable/7/share/man/man4/geom.4
  stable/7/share/man/man4/igb.4   (props changed)

Modified: stable/7/share/man/man4/geom.4
==============================================================================
--- stable/7/share/man/man4/geom.4	Sat Feb 28 11:19:02 2009	(r189163)
+++ stable/7/share/man/man4/geom.4	Sat Feb 28 11:20:37 2009	(r189164)
@@ -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


More information about the svn-src-stable-7 mailing list