svn commit: r201739 - stable/7/share/man/man9

Konstantin Belousov kib at FreeBSD.org
Thu Jan 7 11:54:36 UTC 2010


Author: kib
Date: Thu Jan  7 11:54:36 2010
New Revision: 201739
URL: http://svn.freebsd.org/changeset/base/201739

Log:
  MFC r201504:
  PG_NOSYNC is called VPO_NOSYNC for long time.

Modified:
  stable/7/share/man/man9/vm_page_bits.9
Directory Properties:
  stable/7/share/man/man9/   (props changed)

Modified: stable/7/share/man/man9/vm_page_bits.9
==============================================================================
--- stable/7/share/man/man9/vm_page_bits.9	Thu Jan  7 11:41:47 2010	(r201738)
+++ stable/7/share/man/man9/vm_page_bits.9	Thu Jan  7 11:54:36 2010	(r201739)
@@ -94,7 +94,7 @@ is zero and
 .Fa size
 is one page, the modified bit in the page map is cleared; as well,
 the
-.Dv PG_NOSYNC
+.Dv VPO_NOSYNC
 flag is cleared.
 .Pp
 .Fn vm_page_clear_dirty


More information about the svn-src-stable-7 mailing list