diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-04-17 20:30:42 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-04-17 20:30:42 +0000 |
commit | ff87c603d773194f9e20b215a29b4b1a0cc19a78 (patch) | |
tree | 27e6eb716ea2f3a82e5309bfaaaf2ad74310876c /share/man/man9/vflush.9 | |
parent | c411842d2ce323e72aa3228f062fa891596e0aa7 (diff) |
lots of fixes from jared yanovich;
Diffstat (limited to 'share/man/man9/vflush.9')
-rw-r--r-- | share/man/man9/vflush.9 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man9/vflush.9 b/share/man/man9/vflush.9 index 234c9d265a5..dd7201d51ff 100644 --- a/share/man/man9/vflush.9 +++ b/share/man/man9/vflush.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vflush.9,v 1.2 2003/06/06 20:56:32 jmc Exp $ +.\" $OpenBSD: vflush.9,v 1.3 2004/04/17 20:30:41 jmc Exp $ .\" .\" Copyright (C) 2001 Chad David <davidc@acns.ab.ca>. All rights reserved. .\" @@ -32,7 +32,7 @@ .Os .Sh NAME .Nm vflush -.Nd "flush vnodes for a mount point" +.Nd flush vnodes for a mount point .Sh SYNOPSIS .Fd #include <sys/param.h> .Fd #include <sys/vnode.h> @@ -42,8 +42,7 @@ The .Fn vflush function removes any vnodes in the vnode table that belong to the given -.Fa mount -structure. +mount structure. .Pp Its arguments are: .Bl -tag -width ".Fa rootrefs" @@ -71,6 +70,7 @@ will be returned. .Sh SEE ALSO .Xr vgone 9 , .Xr vgonel 9 , +.Xr vnode 9 , .Xr vrele 9 .Sh AUTHORS This man page was originally written by |