From owner-cvs-all@FreeBSD.ORG Wed Jul 23 10:26:54 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 DDF9037B404 for ; Wed, 23 Jul 2003 10:26:54 -0700 (PDT) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 7C03043F93 for ; Wed, 23 Jul 2003 10:26:53 -0700 (PDT) (envelope-from nate@rootlabs.com) Received: (qmail 39607 invoked by uid 1000); 23 Jul 2003 17:26:54 -0000 Date: Wed, 23 Jul 2003 10:26:54 -0700 (PDT) From: Nate Lawson To: "Simon L. Nielsen" In-Reply-To: <20030723132439.D550137B401@hub.freebsd.org> Message-ID: <20030723102603.O39567@root.org> References: <20030723132439.D550137B401@hub.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/man7 Makefile rescue.7 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: Wed, 23 Jul 2003 17:26:55 -0000 What's it doing in section 7? I thought system utils are section 8? -Nate On Wed, 23 Jul 2003, Simon L. Nielsen wrote: > > Modified files: > share/man/man7 Makefile > Added files: > share/man/man7 rescue.7 > Log: > Add manual page to document the new rescue utilities in /rescue. > > Most text by: Tim Kientzle > Reviewed by: ru, doc@ > Approved by: ceri (mentor) > > Revision Changes Path > 1.27 +1 -1 src/share/man/man7/Makefile > 1.1 +182 -0 src/share/man/man7/rescue.7 (new)