svn commit: r256123 - head/share/man/man9

John Baldwin jhb at FreeBSD.org
Mon Oct 7 20:29:32 UTC 2013


Author: jhb
Date: Mon Oct  7 20:29:31 2013
New Revision: 256123
URL: http://svnweb.freebsd.org/changeset/base/256123

Log:
  Remove a stale comment.
  
  Approved by:	re (gjb)

Modified:
  head/share/man/man9/VOP_FSYNC.9

Modified: head/share/man/man9/VOP_FSYNC.9
==============================================================================
--- head/share/man/man9/VOP_FSYNC.9	Mon Oct  7 19:27:54 2013	(r256122)
+++ head/share/man/man9/VOP_FSYNC.9	Mon Oct  7 20:29:31 2013	(r256123)
@@ -65,15 +65,6 @@ Push data not written by file system syn
 .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


More information about the svn-src-all mailing list