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 _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"