diff options
author | Igor Sobrado <sobrado@cvs.openbsd.org> | 2010-07-31 14:25:38 +0000 |
---|---|---|
committer | Igor Sobrado <sobrado@cvs.openbsd.org> | 2010-07-31 14:25:38 +0000 |
commit | 6aa735007a06d259dcbcbfa42a14b0285e4a6474 (patch) | |
tree | b5d04ecf11b9f497c5398315d6f3ba631449ef8b /usr.bin | |
parent | c21931b9431c5e5b4a30231003d98c79c12ed97e (diff) |
adds a remark about how printing routing labels to -r, it is the
more logical place to find this information; improve description
for the -v option (stolen from NetBSD).
written with excellent advice from bluhm@ and jmc@.
ok jmc@
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/netstat/netstat.1 | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/usr.bin/netstat/netstat.1 b/usr.bin/netstat/netstat.1 index 37086a5d23b..ffcdb716d5b 100644 --- a/usr.bin/netstat/netstat.1 +++ b/usr.bin/netstat/netstat.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: netstat.1,v 1.59 2010/06/29 03:09:29 blambert Exp $ +.\" $OpenBSD: netstat.1,v 1.60 2010/07/31 14:25:37 sobrado Exp $ .\" $NetBSD: netstat.1,v 1.11 1995/10/03 21:42:43 thorpej Exp $ .\" .\" Copyright (c) 1983, 1990, 1992, 1993 @@ -30,7 +30,7 @@ .\" .\" from: @(#)netstat.1 8.8 (Berkeley) 4/18/94 .\" -.Dd $Mdocdate: June 29 2010 $ +.Dd $Mdocdate: July 31 2010 $ .Dt NETSTAT 1 .Os .Sh NAME @@ -258,6 +258,9 @@ Show the routing tables. If the .Fl s option is also specified, show routing statistics instead. +When used with the +.Fl v +option, also print routing labels. .It Fl s Show per-protocol statistics. If this option is repeated, counters with a value of zero are suppressed. @@ -273,8 +276,9 @@ Limit statistics or address control block reports to the .Dv AF_UNIX address family. .It Fl v -Be verbose. -Avoids truncation of long addresses. +Show extra (verbose) detail for the routing tables +.Pq Fl r , +or avoid truncation of long addresses. .It Fl W Ar interface (IEEE 802.11 devices only) Show per-interface IEEE 802.11 wireless statistics. |