From owner-freebsd-current@FreeBSD.ORG Sun Oct 28 16:37:54 2007 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4B81B16A41A; Sun, 28 Oct 2007 16:37:54 +0000 (UTC) (envelope-from lankfordandrew@charter.net) Received: from mtao04.charter.net (mtao04.charter.net [209.225.8.178]) by mx1.freebsd.org (Postfix) with ESMTP id 99DB413C4CA; Sun, 28 Oct 2007 16:37:52 +0000 (UTC) (envelope-from lankfordandrew@charter.net) Received: from aa04.charter.net ([10.20.200.156]) by mtao04.charter.net (InterMail vM.7.08.02.00 201-2186-121-20061213) with ESMTP id <20071028163747.EBQ23660.mtao04.charter.net@aa04.charter.net>; Sun, 28 Oct 2007 12:37:47 -0400 Received: from [192.168.15.101] (really [75.138.219.8]) by aa04.charter.net with ESMTP id <20071028163747.GVNO1254.aa04.charter.net@[192.168.15.101]>; Sun, 28 Oct 2007 12:37:47 -0400 Message-ID: <4724BAD9.7000400@charter.net> Date: Sun, 28 Oct 2007 12:37:45 -0400 From: Andrew Lankford User-Agent: Thunderbird 2.0.0.6 (X11/20071017) MIME-Version: 1.0 References: <47240A15.8080305@charter.net> <20071028074248.GA1511@haakonia.hitnet.RWTH-Aachen.DE> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Chzlrs: 0 X-Mailman-Approved-At: Mon, 29 Oct 2007 01:50:29 +0000 Cc: stable@freebsd.org, current@freebsd.org Subject: Re: /usr/share/man/man8/MAKEDEV.8 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 28 Oct 2007 16:37:54 -0000 Thanks for replying, but once again I've miscommunicated the issue. I meant that MAKEDEV.8 is in /usr/src/share/man/man8/, and the modification time is Oct 13th, recent, which suggests to me that it's still in the 7.0-BETA1 cvs tree. Andrew Lankford Doug Barton wrote: > On Sun, 28 Oct 2007, Christian Brueffer wrote: > >> On Sun, Oct 28, 2007 at 12:03:33AM -0400, Andrew Lankford wrote: >>> I just noticed that /usr/share/man/man8/MAKEDEV.8 is still in the >>> FreeBSD-7 tree. Is this intentional? It still says that MAKEDEV is >>> located in /dev and mentions MAKEDEV.local as well. >>> >> >> Could it be that you have updated this machine from RELENG_4? The fact >> that the file you're referring to has no .gz extention show that it's >> stale, manpages have been compressed for some time now. > > A simple way to make sure you don't get bitten by this is to 'rm -r > /usr/share/man' right before you do 'make installworld'. (Or you can mv > it if you're paranoid, I've been deleting it for a long time now and > it's never bitten me.) > > hth, > > Doug >