From owner-freebsd-doc@FreeBSD.ORG Mon May 5 20:00:27 2003 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 85F8E37B401 for ; Mon, 5 May 2003 20:00:27 -0700 (PDT) Received: from sixshooter.v6.thrupoint.net (sixshooter.v6.thrupoint.net [65.242.152.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1F8643F3F for ; Mon, 5 May 2003 20:00:26 -0700 (PDT) (envelope-from jpb@sixshooter.v6.thrupoint.net) Received: from sixshooter.v6.thrupoint.net (localhost.v6.thrupoint.net [127.0.0.1]) by sixshooter.v6.thrupoint.net (Postfix) with ESMTP id 0FBFE4CF9 for ; Mon, 5 May 2003 23:00:26 -0400 (EDT) Received: (from jpb@localhost)h4630PeM098690 for freebsd-doc@FreeBSD.org; Mon, 5 May 2003 23:00:25 -0400 (EDT) Date: Mon, 5 May 2003 23:00:25 -0400 From: Jim Brown To: freebsd-doc@FreeBSD.org Message-ID: <20030506030025.GA98675@sixshooter.v6.thrupoint.net> Mail-Followup-To: freebsd-doc@FreeBSD.org References: <200305060250.h462oGtX032874@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200305060250.h462oGtX032874@freefall.freebsd.org> User-Agent: Mutt/1.4.1i Subject: Re: docs/50463: [update] netstat(1) points to mbuf(9) which doesn't exist X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 May 2003 03:00:28 -0000 * Tom Rhodes [2003-05-05 22:50]: > The following reply was made to PR docs/50463; it has been noted by GNATS. > > From: Tom Rhodes > To: Jim Brown > Cc: FreeBSD-gnats-submit@FreeBSD.org > Subject: Re: docs/50463: [update] netstat(1) points to mbuf(9) which doesn't > exist > Date: Mon, 5 May 2003 22:47:06 -0400 > > On Mon, 5 May 2003 17:00:27 -0700 (PDT) > Jim Brown wrote: > > > mbuf(9) does exist. > > > > Ensure your sources are up to date and: > > > > cd /usr/src > > make all-man > > make maninstall > > > > root@jpb-wks:/usr/share/man/man9#ls -l mbuf* > > -r--r--r-- 1 root wheel 5619 May 5 19:31 mbuf.9.gz > > > > Best Regards, > > jpb > > === > > > > What is the uname(1) output? > > %uname -a > FreeBSD pittgoth.com 4.8-RC FreeBSD 4.8-RC #0: Sat Mar 29 15:33:02 EST 2003 > darklogik@pittgoth.com:/usr/obj/usr/src/sys/PITTGOTH i386 > > %pwd > /usr/src/share/man/man9 > %ls | grep mbuf > % > > It seems that the mbuf(9) manual page has not been MFCed over to > stable. I'll discuss getting this done, if someone wants to switch > this PR to me, I'll be sure that it gets completed before the weekend. > > -- > Tom Rhodes My uname -a is FreeBSD sixshooter.v6.thrupoint.net 4.8-STABLE FreeBSD 4.8-STABLE #2: Wed Apr 9 00:34:17 EDT 2003 root@sixshooter.v6.thrupoint.net:/usr/obj/usr/src/sys/GENERIC i386 Best, jpb ===