From a26a657cd2e12ac51fa6deec3d903e56bd2bb9b8 Mon Sep 17 00:00:00 2001 From: Edward Tomasz Napierala Date: Sat, 13 Feb 2010 11:54:01 +0000 Subject: [PATCH] Fix VBAD description. --- share/man/man9/vnode.9 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/man/man9/vnode.9 b/share/man/man9/vnode.9 index 96aec73e6b3..49a2cc77d1c 100644 --- a/share/man/man9/vnode.9 +++ b/share/man/man9/vnode.9 @@ -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