From owner-svn-src-stable-8@FreeBSD.ORG Sun Mar 28 18:43:04 2010 Return-Path: Delivered-To: svn-src-stable-8@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E54131065676; Sun, 28 Mar 2010 18:43:04 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id D3BFE8FC13; Sun, 28 Mar 2010 18:43:04 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id o2SIh4sB007117; Sun, 28 Mar 2010 18:43:04 GMT (envelope-from trasz@svn.freebsd.org) Received: (from trasz@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o2SIh4oa007115; Sun, 28 Mar 2010 18:43:04 GMT (envelope-from trasz@svn.freebsd.org) Message-Id: <201003281843.o2SIh4oa007115@svn.freebsd.org> From: Edward Tomasz Napierala Date: Sun, 28 Mar 2010 18:43:04 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org X-SVN-Group: stable-8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r205797 - stable/8/share/man/man9 X-BeenThere: svn-src-stable-8@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for only the 8-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Mar 2010 18:43:05 -0000 Author: trasz Date: Sun Mar 28 18:43:04 2010 New Revision: 205797 URL: http://svn.freebsd.org/changeset/base/205797 Log: MFC r203549: Add missing coma. Modified: stable/8/share/man/man9/mtx_pool.9 Directory Properties: stable/8/share/man/man9/ (props changed) Modified: stable/8/share/man/man9/mtx_pool.9 ============================================================================== --- stable/8/share/man/man9/mtx_pool.9 Sun Mar 28 17:29:15 2010 (r205796) +++ stable/8/share/man/man9/mtx_pool.9 Sun Mar 28 18:43:04 2010 (r205797) @@ -27,7 +27,7 @@ .\" .\" $FreeBSD$ .\" -.Dd March 25, 2002 +.Dd February 6, 2010 .Dt MTX_POOL 9 .Os .Sh NAME @@ -177,7 +177,7 @@ on each mutex in the specified pool, deallocates the memory associated with the pool, and assigns NULL to the pool pointer. .Sh SEE ALSO -.Xr locking 9 +.Xr locking 9 , .Xr mutex 9 .Sh HISTORY These routines first appeared in