diff options
Diffstat (limited to 'usr.bin/netstat/netstat.1')
| -rw-r--r-- | usr.bin/netstat/netstat.1 | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/usr.bin/netstat/netstat.1 b/usr.bin/netstat/netstat.1 index c77dc5f5cfa..32b34fabf46 100644 --- a/usr.bin/netstat/netstat.1 +++ b/usr.bin/netstat/netstat.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: netstat.1,v 1.54 2009/09/13 09:17:26 wiz Exp $ +.\" $NetBSD: netstat.1,v 1.55 2010/02/24 11:00:27 pooka Exp $ .\" .\" Copyright (c) 1983, 1990, 1992, 1993 .\" The Regents of the University of California. All rights reserved. @@ -29,7 +29,7 @@ .\" .\" @(#)netstat.1 8.8 (Berkeley) 4/18/94 .\" -.Dd September 12, 2009 +.Dd February 24, 2009 .Dt NETSTAT 1 .Os .Sh NAME @@ -42,7 +42,7 @@ .Op Fl M Ar core .Op Fl N Ar system .Nm -.Op Fl bdgiLmnqrSsv +.Op Fl bdghiLmnqrSsv .Op Fl f Ar address_family .Op Fl M Ar core .Op Fl N Ar system @@ -181,6 +181,14 @@ for the specified or .Ar protocol , respectively. +.It Fl h +When used with +.Fl b +in combination with either +.Fl i +or +.Fl I , +output "human-readable" byte counts. .It Fl i Show the state of interfaces which have been auto-configured (interfaces statically configured into a system, but not |
