summaryrefslogtreecommitdiffstats
path: root/share/man/man9/vinvalbuf.9
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2001-07-11 03:51:44 +0000
committeralfred <alfred@FreeBSD.org>2001-07-11 03:51:44 +0000
commit600fc1a6a289df04dafbf68fd8f78830d6da72dd (patch)
tree39d5f9ab14f3c91882b071c554d92fd40db66f87 /share/man/man9/vinvalbuf.9
parent17eb1bfcbf757a1739adfbf5d0fb91b10212a882 (diff)
downloadFreeBSD-src-600fc1a6a289df04dafbf68fd8f78830d6da72dd.zip
FreeBSD-src-600fc1a6a289df04dafbf68fd8f78830d6da72dd.tar.gz
I have gone through all of the functions and added
the correct includes and changed the functions as requested. Submitted by: Chad David <davidc@acns.ab.ca>
Diffstat (limited to 'share/man/man9/vinvalbuf.9')
-rw-r--r--share/man/man9/vinvalbuf.910
1 files changed, 2 insertions, 8 deletions
diff --git a/share/man/man9/vinvalbuf.9 b/share/man/man9/vinvalbuf.9
index fdcfb1d..273c195 100644
--- a/share/man/man9/vinvalbuf.9
+++ b/share/man/man9/vinvalbuf.9
@@ -33,16 +33,10 @@
.Nm vinvalbuf
.Nd "Flushes and invalidates all buffers associated with a vnode"
.Sh SYNOPSIS
+.Fd #include <sys/param.h>
.Fd #include <sys/vnode.h>
.Ft int
-.Fo vinvalbuf
-.Fa "struct vnode *vp"
-.Fa "int flags"
-.Fa "struct ucred *cred"
-.Fa "struct proc *p"
-.Fa "int slpflag"
-.Fa "int slptimeo"
-.Fc
+.Fn vinvalbuf "struct vnode *vp" "int flags" "struct ucred *cred" "struct proc *p" "int slpflag" "int slptimeo"
.Sh DESCRIPTION
The
.Nm
OpenPOWER on IntegriCloud