aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/vinvalbuf.9
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2001-07-13 08:14:54 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2001-07-13 08:14:54 +0000
commit034709cb724c3f701f8baa7a40639806d6890d2a (patch)
tree17cffa64cee9360f6e973369ec9da47fd2d5c272 /share/man/man9/vinvalbuf.9
parent3e99af9747a980a624a167a8c73d2559c5ebd52a (diff)
downloadsrc-034709cb724c3f701f8baa7a40639806d6890d2a.tar.gz
src-034709cb724c3f701f8baa7a40639806d6890d2a.zip
Merge Chad's fixes.
Notes
Notes: svn path=/head/; revision=79654
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 ebc8c6193138..c7cbef4c85ef 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 .