diff options
author | jkoshy <jkoshy@FreeBSD.org> | 2006-06-07 16:51:54 +0000 |
---|---|---|
committer | jkoshy <jkoshy@FreeBSD.org> | 2006-06-07 16:51:54 +0000 |
commit | ddc3e83891d89423ea677cc0e6b1dc384d6cb6ee (patch) | |
tree | d4f437bedbc977732c61cdd2d22c30642d4339ab /share | |
parent | 5ad729eac67157fcbb5c74903389c9cf34a9d44f (diff) | |
download | FreeBSD-src-ddc3e83891d89423ea677cc0e6b1dc384d6cb6ee.zip FreeBSD-src-ddc3e83891d89423ea677cc0e6b1dc384d6cb6ee.tar.gz |
Catch up with the rename of symbol VDOOMED to VI_DOOMED in revision
1.198 of "sys/sys/vnode.h". Remove a cross-reference to a manual
page that never existed.
---------------------------------------------------------------------- CVS:
PR: Fill this in if a GNATS PR is affected by the
change. CVS: Submitted by: Fill this in if someone else sent
in the change. CVS: Reviewed by: Fill this in if someone else
reviewed your modification. CVS: Approved by: Fill this in if
you needed approval for this commit. CVS: Obtained from: Fill
this in if the change is from third party software. CVS: MFC after:
N [day[s]|week[s]|month[s]] CVS: Fill in to get MFC notification
later. (days assumed unless specified) CVS:
---------------------------------------------------------------------- CVS:
Enter Log. Lines beginning with `CVS:' are removed automatically
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man9/vgone.9 | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/share/man/man9/vgone.9 b/share/man/man9/vgone.9 index 05a9a44..0972283 100644 --- a/share/man/man9/vgone.9 +++ b/share/man/man9/vgone.9 @@ -50,7 +50,7 @@ the removal from its mount point vnode list. If the vnode has a .Va v_usecount of zero, and its -.Dv VDOOMED +.Dv VI_DOOMED flag is not set, it is moved to the head of the free list as in most cases the vnode is about to be reused, or its file system being unmounted. @@ -66,8 +66,6 @@ locks the vnode interlock and then calls while .Fn vgonel expects the interlock to already be locked. -.Sh SEE ALSO -.Xr vclean 9 .Sh AUTHORS This manual page was written by .An Chad David Aq davidc@acns.ab.ca . |