svn commit: r205799 - stable/8/share/man/man9

Edward Tomasz Napierala trasz at FreeBSD.org
Sun Mar 28 18:46:01 UTC 2010


Author: trasz
Date: Sun Mar 28 18:46:01 2010
New Revision: 205799
URL: http://svn.freebsd.org/changeset/base/205799

Log:
  MFC r203824:
  
  Fix VBAD description.

Modified:
  stable/8/share/man/man9/vnode.9
Directory Properties:
  stable/8/share/man/man9/   (props changed)

Modified: stable/8/share/man/man9/vnode.9
==============================================================================
--- stable/8/share/man/man9/vnode.9	Sun Mar 28 18:44:54 2010	(r205798)
+++ stable/8/share/man/man9/vnode.9	Sun Mar 28 18:46:01 2010	(r205799)
@@ -26,7 +26,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd February 9, 2010
+.Dd February 13, 2010
 .Os
 .Dt VNODE 9
 .Sh NAME
@@ -137,7 +137,7 @@ Advisory locking will not work on this.
 A FIFO (named pipe).
 Advisory locking will not work on this.
 .It Dv VBAD
-An old style bad sector map
+Indicates that the vnode has been reclaimed.
 .El
 .Sh IMPLEMENTATION NOTES
 VFIFO uses the "struct fileops" from


More information about the svn-src-all mailing list