diff options
author | jhb <jhb@FreeBSD.org> | 2013-10-07 20:29:31 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2013-10-07 20:29:31 +0000 |
commit | 3c0e2034d28c54e955caf4b5d0a458f19d2060be (patch) | |
tree | 0ad69f8811c1868db24d66db0eeda2ec84e87369 /share | |
parent | d3037ce4b797e0f4f559248c825c1c1c6372bd5c (diff) | |
download | FreeBSD-src-3c0e2034d28c54e955caf4b5d0a458f19d2060be.zip FreeBSD-src-3c0e2034d28c54e955caf4b5d0a458f19d2060be.tar.gz |
Remove a stale comment.
Approved by: re (gjb)
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man9/VOP_FSYNC.9 | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/share/man/man9/VOP_FSYNC.9 b/share/man/man9/VOP_FSYNC.9 index e457f84..76e114f 100644 --- a/share/man/man9/VOP_FSYNC.9 +++ b/share/man/man9/VOP_FSYNC.9 @@ -65,15 +65,6 @@ Push data not written by file system syncer. .It Fa td The calling thread. .El -.Pp -The argument -.Fa waitfor -is either -.Dv MNT_WAIT -or -.Dv MNT_NOWAIT -and specifies whether or not the function should wait for the writes -to finish before returning. .Sh LOCKS The file should be locked on entry. .Sh RETURN VALUES |