Bug 50463

Summary: netstat(1) points to mbuf(9) which doesn't exist
Product: Documentation Reporter: Kirill Ponomarew <ponomarew>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Kirill Ponomarew 2003-03-30 21:50:11 UTC
netstat(1) points to mbuf(9) which doesn't exist

How-To-Repeat:        man 1 netstat
Comment 1 Jim Brown 2003-05-06 00:50:33 UTC
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
===
Comment 2 Tom Rhodes freebsd_committer freebsd_triage 2003-05-06 03:47:06 UTC
On Mon, 5 May 2003 17:00:27 -0700 (PDT)
Jim Brown <jpb@sixshooter.v6.thrupoint.net> 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
Comment 3 Kirill Ponomarew 2003-05-06 05:47:52 UTC
Hi,

On Mon, May 05, 2003 at 07:50:33PM -0400, 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


It exists on 5-x, but doesn't on 4-x.

Kirill
Comment 4 Hiten Pandya freebsd_committer freebsd_triage 2003-05-26 20:23:58 UTC
State Changed
From-To: open->closed

Duplicate of PR: docs/44337