From 0a9fa3241f5d1682903ed99aab43ffc404435e15 Mon Sep 17 00:00:00 2001 From: ru Date: Mon, 7 May 2001 12:29:36 +0000 Subject: Restore printing of routes cloned from a RTF_CLONING parent (e.g., ARP table entries) with the default routing display. PR: bin/26970 Reviewed by: wollman MFC after: 3 days --- usr.bin/netstat/netstat.1 | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'usr.bin/netstat/netstat.1') diff --git a/usr.bin/netstat/netstat.1 b/usr.bin/netstat/netstat.1 index aef1cc7..40afdea 100644 --- a/usr.bin/netstat/netstat.1 +++ b/usr.bin/netstat/netstat.1 @@ -101,13 +101,10 @@ 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 cloned routes (routes +as described below), show protocol-cloned routes (routes generated by a -parent route with either -.Dv RTF_CLONING -or .Dv RTF_PRCLONING -flag set); normally these routes are +parent route); normally these routes are not shown. .It Fl b With the interface display (option @@ -247,7 +244,7 @@ If this option is repeated, counters with a value of zero are suppressed. Show the routing tables. Use with .Fl a -to show cloned routes. +to show protocol-cloned routes. When .Fl s is also present, show routing statistics instead. -- cgit v1.1