summaryrefslogtreecommitdiffstats
path: root/share/man/man9/vinvalbuf.9
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-07-13 08:14:54 +0000
committerru <ru@FreeBSD.org>2001-07-13 08:14:54 +0000
commitebc943289bbbaf44b5f7581e9bb569a3fe9cbe82 (patch)
tree17cffa64cee9360f6e973369ec9da47fd2d5c272 /share/man/man9/vinvalbuf.9
parent7ae8ee33fd00797bbcf398316a3f39724894c486 (diff)
downloadFreeBSD-src-ebc943289bbbaf44b5f7581e9bb569a3fe9cbe82.zip
FreeBSD-src-ebc943289bbbaf44b5f7581e9bb569a3fe9cbe82.tar.gz
Merge Chad's fixes.
Diffstat (limited to 'share/man/man9/vinvalbuf.9')
-rw-r--r--share/man/man9/vinvalbuf.97
1 files changed, 4 insertions, 3 deletions
diff --git a/share/man/man9/vinvalbuf.9 b/share/man/man9/vinvalbuf.9
index ebc8c61..c7cbef4 100644
--- a/share/man/man9/vinvalbuf.9
+++ b/share/man/man9/vinvalbuf.9
@@ -55,7 +55,7 @@ A pointer to the vnode whose buffers will be invalidated.
.It Fa flags
The only supported flag is
.Dv V_SAVE
-and it indicates that dirty buffers should by synced.
+and it indicates that dirty buffers should be synced with the disk.
.It Fa cred
The user credentials that are used to
.Xr VOP_FSYNC 9
@@ -72,7 +72,8 @@ The timeout for any sleeps in the function.
.Sh LOCKS
The vnode is assumed to be locked prior to the call and remains locked upon return.
.Pp
-Giant must be held by prior to the call and remains locked upon return.
+.Va Giant
+must be held by prior to the call and remains locked upon return.
.Sh RETURN VALUES
A 0 value is returned on success.
.Sh PSEUDOCODE
@@ -117,4 +118,4 @@ set in
.Xr VOP_FSYNC 9
.Sh AUTHORS
This man page was written by
-.An Chad David .
+.An Chad David Aq davidc@acns.ab.ca .
OpenPOWER on IntegriCloud