From owner-cvs-src@FreeBSD.ORG Mon Jul 28 14:06:39 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B847137B401; Mon, 28 Jul 2003 14:06:39 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CD6D43F93; Mon, 28 Jul 2003 14:06:39 -0700 (PDT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6SL6d0U039210; Mon, 28 Jul 2003 14:06:39 -0700 (PDT) (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6SL6dUO039209; Mon, 28 Jul 2003 14:06:39 -0700 (PDT) Message-Id: <200307282106.h6SL6dUO039209@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Mon, 28 Jul 2003 14:06:38 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man7 Makefile rescue.7 src/share/man/man8 Makefile rescue.8 src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jul 2003 21:06:40 -0000 simon 2003/07/28 14:06:38 PDT FreeBSD src repository (doc committer) Modified files: share/man/man7 Makefile share/man/man8 Makefile release/doc/en_US.ISO8859-1/relnotes/common new.sgml Added files: share/man/man8 rescue.8 Removed files: share/man/man7 rescue.7 Log: Move the rescue manpage, documenting the new rescue utilities in /rescue, from section 7 to section 8. The old rescue.7 file has been simply subjected to "cvs rm", as there is no history to preserve. Update the release documentation accordingly. Requested by: njl, ru Most text by: Tim Kientzle Reviewed by: ru, doc@ Approved by: ceri (mentor) Revision Changes Path 1.599 +1 -1 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml 1.28 +1 -1 src/share/man/man7/Makefile 1.2 +0 -182 src/share/man/man7/rescue.7 (dead) 1.34 +1 -0 src/share/man/man8/Makefile 1.1 +182 -0 src/share/man/man8/rescue.8 (new)