diff options
| author | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2010-03-28 18:46:01 +0000 |
|---|---|---|
| committer | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2010-03-28 18:46:01 +0000 |
| commit | dc40ac1d45e24ef6e4a3a53846ec87dead4be8ae (patch) | |
| tree | b257de8a51fb91e45749f67a2db008385975e746 /share | |
| parent | b1711e4af4e501d079747994ce232c0b43f07730 (diff) | |
Notes
Diffstat (limited to 'share')
| -rw-r--r-- | share/man/man9/vnode.9 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/vnode.9 b/share/man/man9/vnode.9 index 96aec73e6b38..49a2cc77d1c1 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 |
