From owner-freebsd-current@FreeBSD.ORG Sat Aug 7 05:03:46 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F2FB416A4CE for ; Sat, 7 Aug 2004 05:03:45 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F23443D54 for ; Sat, 7 Aug 2004 05:03:45 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.11/8.12.11) with ESMTP id i774xcwW029656; Fri, 6 Aug 2004 22:59:38 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Fri, 06 Aug 2004 23:00:18 -0600 (MDT) Message-Id: <20040806.230018.128046823.imp@bsdimp.com> To: rodrigc@crodrigues.org From: "M. Warner Losh" In-Reply-To: <20040805183333.GA73498@crodrigues.org> References: <20040805183333.GA73498@crodrigues.org> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-current@FreeBSD.ORG Subject: Re: Installing cdevsw_add(), cdevsw_remove() man pages in -current? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Aug 2004 05:03:46 -0000 In message: <20040805183333.GA73498@crodrigues.org> Craig Rodrigues writes: : Hi, : : According to: : http://www.freebsd.org/doc/en/books/porters-handbook/freebsd-versions.html : : cdevsw_add() and cdevsw_remove() were removed in 500104. : : If so, is there any point in installing man pages for these functions? : : : : --- share/man/man9/Makefile.orig Thu Aug 5 14:32:04 2004 : +++ share/man/man9/Makefile Thu Aug 5 14:32:18 2004 : @@ -34,8 +34,6 @@ : BUS_SETUP_INTR.9 \ : byteorder.9 \ : cd.9 \ : - cdevsw_add.9 \ : - cdevsw_remove.9 \ : condvar.9 \ : contigmalloc.9 \ : copy.9 \ I believe that you are correct. I've removed them since it has been a while since we removed the functions. Warner