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

John Baldwin jhb at FreeBSD.org
Mon Aug 11 18:26:58 UTC 2014


Author: jhb
Date: Mon Aug 11 18:26:57 2014
New Revision: 269824
URL: http://svnweb.freebsd.org/changeset/base/269824

Log:
  Fix a typo.
  
  PR:		192294
  Submitted by:	Conrad Meyer <conrad.meyer at isilon.com>

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

Modified: head/share/man/man9/vm_page_busy.9
==============================================================================
--- head/share/man/man9/vm_page_busy.9	Mon Aug 11 18:09:37 2014	(r269823)
+++ head/share/man/man9/vm_page_busy.9	Mon Aug 11 18:26:57 2014	(r269824)
@@ -95,7 +95,7 @@ themselves.
 For example, when a thread wants to access or update page contents
 without a lock held the page is shared busied.
 .Pp
-Before busing a page the vm_object lock must be held.
+Before busying a page the vm_object lock must be held.
 The same rule applies when a page is unbusied.
 This makes the vm_object lock a real busy interlock.
 .Pp


More information about the svn-src-all mailing list