From 79489e6709b55444a85ea053bfc6895c3ad790ed Mon Sep 17 00:00:00 2001 From: sobrado Date: Sat, 31 Jul 2010 14:25:37 +0000 Subject: [PATCH] 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@ --- usr.bin/netstat/netstat.1 | 12 ++++++++---- 1 file 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. -- 2.20.1