Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Jan 2011 18:56:51 +0000 (UTC)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org
Subject:   svn commit: r217447 - stable/8/share/man/man9
Message-ID:  <201101151856.p0FIupcE033775@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rwatson
Date: Sat Jan 15 18:56:51 2011
New Revision: 217447
URL: http://svn.freebsd.org/changeset/base/217447

Log:
  Merge r204206 from head to stable/8:
  
    Cross-reference netstat(1) from netisr(9) since you can now use it to
    monitor netisr status.
  
    Sponsored by:   Juniper Networks

Modified:
  stable/8/share/man/man9/netisr.9
Directory Properties:
  stable/8/share/man/man9/   (props changed)

Modified: stable/8/share/man/man9/netisr.9
==============================================================================
--- stable/8/share/man/man9/netisr.9	Sat Jan 15 18:51:45 2011	(r217446)
+++ stable/8/share/man/man9/netisr.9	Sat Jan 15 18:56:51 2011	(r217447)
@@ -27,7 +27,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd July 26, 2009
+.Dd February 22, 2010
 .Dt NETISR 9
 .Os
 .Sh NAME
@@ -66,6 +66,8 @@ The
 .Nm
 kernel interface suite allows device drivers (and other packet sources) to
 direct packets to protocols for directly dispatched or deferred processing.
+Protocol registration and work stream statistics may be monitored using
+.Xr netstat 1 .
 .Ss Protocol registration
 Protocols register and unregister handlers using
 .Fn netisr_register
@@ -209,6 +211,7 @@ IPv6
 .It Dv NETISR_NATM
 ATM
 .It Dv NETISR_EPAIR
+.Xr netstat 1 ,
 .Xr epair 4
 .El
 .Sh AUTHORS



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