From owner-cvs-all@FreeBSD.ORG Fri May 16 12:24:35 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C493337B401; Fri, 16 May 2003 12:24:35 -0700 (PDT) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 737CE43F85; Fri, 16 May 2003 12:24:32 -0700 (PDT) (envelope-from arr@watson.org) Received: from fledge.watson.org (localhost [127.0.0.1]) by fledge.watson.org (8.12.9/8.12.9) with ESMTP id h4GJOFOn034705; Fri, 16 May 2003 15:24:15 -0400 (EDT) (envelope-from arr@watson.org) Received: from localhost (arr@localhost)h4GJOFRR034702; Fri, 16 May 2003 15:24:15 -0400 (EDT) (envelope-from arr@watson.org) X-Authentication-Warning: fledge.watson.org: arr owned process doing -bs Date: Fri, 16 May 2003 15:24:15 -0400 (EDT) From: "Andrew R. Reiter" To: Hiten Pandya In-Reply-To: <200305161922.h4GJMRnU072536@repoman.freebsd.org> Message-ID: <20030516152405.W33745@fledge.watson.org> References: <200305161922.h4GJMRnU072536@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man9 Makefile rman.9 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 May 2003 19:24:36 -0000 Thanks for the man page work! On Fri, 16 May 2003, Hiten Pandya wrote: :hmp 2003/05/16 12:22:27 PDT : : FreeBSD src repository (doc committer) : : Modified files: : share/man/man9 Makefile : Added files: : share/man/man9 rman.9 : Log: : Document the ``resource management'' routines in rman(9). : : Submitted by: Bruce M. Simpson : Reviewed by: mdodd : : Approved by: des (mentor), re (scottl) : : Revision Changes Path : 1.190 +1 -0 src/share/man/man9/Makefile : 1.1 +294 -0 src/share/man/man9/rman.9 (new) : -- Andrew R. Reiter arr@watson.org arr@FreeBSD.org