Deleted Added
full compact
27c27
< .\" $FreeBSD: head/share/man/man9/vflush.9 87182 2001-12-02 02:13:35Z alfred $
---
> .\" $FreeBSD: head/share/man/man9/vflush.9 87857 2001-12-14 09:11:13Z ru $
37c37
< .In sys/mount.h
---
> .In sys/vnode.h
43c43,44
< function removes any vnodes in the vnode table that belong to the given mount
---
> function removes any vnodes in the vnode table that belong to the given
> .Vt mount
52c53
< .Fn vrele
---
> .Xr vrele 9
60c61
< If set busy vnodes will be forcibly closed.
---
> If set, busy vnodes will be forcibly closed.
62c63,65
< If set vnodes with the VSYSTEM flag set will be skipped.
---
> If set, vnodes with the
> .Dv VSYSTEM
> flag set will be skipped.
64c67
< If set only regular files currently opened for writing will be removed.
---
> If set, only regular files currently opened for writing will be removed.
69c72
< .Dv EBUSY
---
> .Er EBUSY
73c76,77
< .Xr vgonel 9
---
> .Xr vgonel 9 ,
> .Xr vrele 9