From owner-svn-src-head@FreeBSD.ORG Mon Aug 11 18:26:58 2014 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1E49892B for ; Mon, 11 Aug 2014 18:26:58 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E781A2FE8 for ; Mon, 11 Aug 2014 18:26:57 +0000 (UTC) Received: from jhb (uid 793) (envelope-from jhb@FreeBSD.org) id 2e27 by svn.freebsd.org (DragonFly Mail Agent v0.9+); Mon, 11 Aug 2014 18:26:57 +0000 From: John Baldwin Date: Mon, 11 Aug 2014 18:26:57 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r269824 - head/share/man/man9 X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Message-Id: <53e90af1.2e27.3eae78d1@svn.freebsd.org> X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Aug 2014 18:26:58 -0000 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 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