| Summary: | netstat(1) points to mbuf(9) which doesn't exist | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | Kirill Ponomarew <ponomarew> | ||||
| Component: | Books & Articles | Assignee: | freebsd-doc (Nobody) <doc> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Kirill Ponomarew
2003-03-30 21:50:11 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 === 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 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
State Changed From-To: open->closed Duplicate of PR: docs/44337 |