Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Oct 2002 08:49:27 -0500 (CDT)
From:      ryan beasley <ryanb@goddamnbastard.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        ryan beasley <ryanb@goddamnbastard.org>
Subject:   docs/44337: [PATCH] netstat(1) manual references nonexistent mbuf(9)
Message-ID:  <20021021134927.9657D154AB@jesper.goddamnbastard.org>

next in thread | raw e-mail | index | archive | help

>Number:         44337
>Category:       docs
>Synopsis:       [PATCH] netstat(1) manual references nonexistent mbuf(9)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 21 06:50:03 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     ryan beasley
>Release:        FreeBSD 4.6.2-RELEASE i386
>Organization:
>Environment:
	Any RELENG_4 system.
>Description:
	The netstat(1) manual contains reference to mbuf(9).  mbuf(9)
	doesn't exist on the RELENG_4 branch.

	e.g.:

	netstat -m [-M core] [-N system]
             Show statistics recorded by the memory management routines
             (mbuf(9)).  The network manages a private pool of memory
	     buffers.
	...
	SEE ALSO
	     fstat(1), nfsstat(1), ps(1), sockstat(1), inet(4), route(4),
	     unix(4), hosts(5), networks(5), protocols(5), services(5),
	     iostat(8), route(8), trpt(8), vmstat(8), mbuf(9)
>How-To-Repeat:
	man 1 netstat
>Fix:
	While it may be optimal to grab the HEAD revision mbuf(9) and edit
	to match up with any differences found in RELENG_4, the following
	patch will at least correct the mismatched manual.

--- usr.bin/netstat/netstat.1.orig	Mon Oct 21 08:34:41 2002
+++ usr.bin/netstat/netstat.1	Mon Oct 21 08:35:04 2002
@@ -182,9 +182,8 @@
 .Op Fl N Ar system
 .Ek
 .Xc
-Show statistics recorded by the memory management routines
-.Pq Xr mbuf 9 .
-The network manages a private pool of memory buffers.
+Show statistics recorded by the memory management routines.  The network
+manages a private pool of memory buffers.
 .It Xo
 .Bk -words
 .Nm
@@ -421,8 +420,7 @@
 .Xr iostat 8 ,
 .Xr route 8 ,
 .Xr trpt 8 ,
-.Xr vmstat 8 ,
-.Xr mbuf 9
+.Xr vmstat 8
 .Sh HISTORY
 The
 .Nm

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021021134927.9657D154AB>