Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Oct 2013 20:29:32 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r256123 - head/share/man/man9
Message-ID:  <201310072029.r97KTW7l042459@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310072029.r97KTW7l042459>