From owner-svn-src-all@FreeBSD.ORG Sat Feb 6 14:10:46 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1B6F9106566B; Sat, 6 Feb 2010 14:10:46 +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 0B1E48FC16; Sat, 6 Feb 2010 14:10:46 +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 o16EAj53046404; Sat, 6 Feb 2010 14:10:45 GMT (envelope-from trasz@svn.freebsd.org) Received: (from trasz@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o16EAj2L046402; Sat, 6 Feb 2010 14:10:45 GMT (envelope-from trasz@svn.freebsd.org) Message-Id: <201002061410.o16EAj2L046402@svn.freebsd.org> From: Edward Tomasz Napierala Date: Sat, 6 Feb 2010 14:10:45 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r203549 - head/share/man/man9 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Feb 2010 14:10:46 -0000 Author: trasz Date: Sat Feb 6 14:10:45 2010 New Revision: 203549 URL: http://svn.freebsd.org/changeset/base/203549 Log: Add missing coma. Modified: head/share/man/man9/mtx_pool.9 Modified: head/share/man/man9/mtx_pool.9 ============================================================================== --- head/share/man/man9/mtx_pool.9 Sat Feb 6 13:49:35 2010 (r203548) +++ head/share/man/man9/mtx_pool.9 Sat Feb 6 14:10:45 2010 (r203549) @@ -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