From owner-freebsd-doc Mon Oct 21 6:50: 7 2002 Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B296437B404 for ; Mon, 21 Oct 2002 06:50:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CBF443E88 for ; Mon, 21 Oct 2002 06:50:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9LDo3x3019607 for ; Mon, 21 Oct 2002 06:50:03 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9LDo3hj019605; Mon, 21 Oct 2002 06:50:03 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B12B537B401 for ; Mon, 21 Oct 2002 06:49:34 -0700 (PDT) Received: from jesper.goddamnbastard.org (12-251-154-208.client.attbi.com [12.251.154.208]) by mx1.FreeBSD.org (Postfix) with ESMTP id B242C43E65 for ; Mon, 21 Oct 2002 06:49:28 -0700 (PDT) (envelope-from ryanb@goddamnbastard.org) Received: by jesper.goddamnbastard.org (Postfix, from userid 1000) id 9657D154AB; Mon, 21 Oct 2002 08:49:27 -0500 (CDT) Message-Id: <20021021134927.9657D154AB@jesper.goddamnbastard.org> Date: Mon, 21 Oct 2002 08:49:27 -0500 (CDT) From: ryan beasley Reply-To: ryan beasley To: FreeBSD-gnats-submit@FreeBSD.org Cc: ryan beasley X-Send-Pr-Version: 3.113 Subject: docs/44337: [PATCH] netstat(1) manual references nonexistent mbuf(9) Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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