=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/netstat/netstat.1,v retrieving revision 1.25 retrieving revision 1.26 diff -c -r1.25 -r1.26 *** src/usr.bin/netstat/netstat.1 2001/06/25 00:41:39 1.25 --- src/usr.bin/netstat/netstat.1 2001/08/26 09:42:04 1.26 *************** *** 1,4 **** ! .\" $OpenBSD: netstat.1,v 1.25 2001/06/25 00:41:39 niklas Exp $ .\" $NetBSD: netstat.1,v 1.11 1995/10/03 21:42:43 thorpej Exp $ .\" .\" Copyright (c) 1983, 1990, 1992, 1993 --- 1,4 ---- ! .\" $OpenBSD: netstat.1,v 1.26 2001/08/26 09:42:04 brian Exp $ .\" $NetBSD: netstat.1,v 1.11 1995/10/03 21:42:43 thorpej Exp $ .\" .\" Copyright (c) 1983, 1990, 1992, 1993 *************** *** 47,53 **** .Op Fl M Ar core .Op Fl N Ar system .Nm netstat ! .Op Fl bdgimnrs .Op Fl f Ar address_family .Op Fl M Ar core .Op Fl N Ar system --- 47,53 ---- .Op Fl M Ar core .Op Fl N Ar system .Nm netstat ! .Op Fl bdgimnqrs .Op Fl f Ar address_family .Op Fl M Ar core .Op Fl N Ar system *************** *** 207,220 **** The program will complain if .Ar protocol is unknown or if there is no statistics routine for it. ! .It Fl s ! Show per-protocol statistics. ! If this option is repeated, counters with a value of zero are suppressed. .It Fl r Show the routing tables. If the .Fl s option is also specified, show routing statistics instead. .It Fl v Be verbose. Avoids truncation of long addresses. --- 207,224 ---- The program will complain if .Ar protocol is unknown or if there is no statistics routine for it. ! .It Fl q ! Only show interfaces that have seen packets (or bytes if ! .Fl b ! is specified) .It Fl r Show the routing tables. If the .Fl s option is also specified, show routing statistics instead. + .It Fl s + Show per-protocol statistics. + If this option is repeated, counters with a value of zero are suppressed. .It Fl v Be verbose. Avoids truncation of long addresses.