aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/netstat/netstat.1
diff options
context:
space:
mode:
authorNik Clayton <nik@FreeBSD.org>1999-08-11 22:25:55 +0000
committerNik Clayton <nik@FreeBSD.org>1999-08-11 22:25:55 +0000
commit6d6189a455ec58d99e015df5eecf8211267fee67 (patch)
treee1f0512bb992e51b109e694b2d8b3b855bbbc7b7 /usr.bin/netstat/netstat.1
parent23955079991f56c5667a7d6f64e575f6d89996f4 (diff)
Notes
Diffstat (limited to 'usr.bin/netstat/netstat.1')
-rw-r--r--usr.bin/netstat/netstat.110
1 files changed, 9 insertions, 1 deletions
diff --git a/usr.bin/netstat/netstat.1 b/usr.bin/netstat/netstat.1
index dd471968ff87..22b3a5d0619d 100644
--- a/usr.bin/netstat/netstat.1
+++ b/usr.bin/netstat/netstat.1
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)netstat.1 8.8 (Berkeley) 4/18/94
-.\" $Id$
+.\" $Id: netstat.1,v 1.13 1999/07/12 20:23:49 nik Exp $
.\"
.Dd April 18, 1994
.Dt NETSTAT 1
@@ -88,6 +88,11 @@ for debugging.
With the default display,
show the state of all sockets; normally sockets used by
server processes are not shown.
+With the routing table display (option
+.Fl r
+, as described below), show protocol-cloned routes (routes
+generated by a RTF_PRCLONING parent route); normally these routes are
+not shown.
.It Fl b
With the interface display (option
.Fl i
@@ -182,6 +187,9 @@ Show per-protocol statistics.
If this option is repeated, counters with a value of zero are suppressed.
.It Fl r
Show the routing tables.
+Use with
+.Fl a
+to show protocol-cloned routes.
When
.Fl s
is also present, show routing statistics instead.