View | Details | Raw Unified | Return to bug 13037
Collapse All | Expand All

(-)main.c (-1 / +1 lines)
Lines 568-574 Link Here
568
{
568
{
569
	(void)fprintf(stderr, "%s\n%s\n%s\n%s\n",
569
	(void)fprintf(stderr, "%s\n%s\n%s\n%s\n",
570
"usage: netstat [-Aan] [-f address_family] [-M core] [-N system]",
570
"usage: netstat [-Aan] [-f address_family] [-M core] [-N system]",
571
"       netstat [-bdghimnrs] [-f address_family] [-M core] [-N system]",
571
"       netstat [-abdghimnrs] [-f address_family] [-M core] [-N system]",
572
"       netstat [-bdn] [-I interface] [-M core] [-N system] [-w wait]",
572
"       netstat [-bdn] [-I interface] [-M core] [-N system] [-w wait]",
573
"       netstat [-M core] [-N system] [-p protocol]");
573
"       netstat [-M core] [-N system] [-p protocol]");
574
	exit(1);
574
	exit(1);
(-)netstat.1 (+6 lines)
Lines 88-93 Link Here
88
With the default display,
88
With the default display,
89
show the state of all sockets; normally sockets used by
89
show the state of all sockets; normally sockets used by
90
server processes are not shown.
90
server processes are not shown.
91
With the routing table display, show protocol-cloned routes (routes
92
generated by a RTF_PRCLONING parent route); normally these routes are
93
not shown.
91
.It Fl b
94
.It Fl b
92
With the interface display (option
95
With the interface display (option
93
.Fl i
96
.Fl i
Lines 182-187 Link Here
182
If this option is repeated, counters with a value of zero are suppressed.
185
If this option is repeated, counters with a value of zero are suppressed.
183
.It Fl r
186
.It Fl r
184
Show the routing tables.
187
Show the routing tables.
188
Use with
189
.Fl a
190
to show protocol-cloned routes.
185
When
191
When
186
.Fl s
192
.Fl s
187
is also present, show routing statistics instead.
193
is also present, show routing statistics instead.

Return to bug 13037