FreeBSD Bugzilla – Attachment 5468 Details for
Bug 13037
netstat(1) -a flag with -r is undocumented
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.49 KB, created by
chris
on 1999-08-09 02:40:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
chris
Created:
1999-08-09 02:40:00 UTC
Size:
1.49 KB
patch
obsolete
>Index: main.c >=================================================================== >RCS file: /usr/cvs/freebsd/src/usr.bin/netstat/main.c,v >retrieving revision 1.25 >diff -u -r1.25 main.c >--- main.c 1999/04/26 16:11:48 1.25 >+++ main.c 1999/08/09 01:25:58 >@@ -568,7 +568,7 @@ > { > (void)fprintf(stderr, "%s\n%s\n%s\n%s\n", > "usage: netstat [-Aan] [-f address_family] [-M core] [-N system]", >-" netstat [-bdghimnrs] [-f address_family] [-M core] [-N system]", >+" netstat [-abdghimnrs] [-f address_family] [-M core] [-N system]", > " netstat [-bdn] [-I interface] [-M core] [-N system] [-w wait]", > " netstat [-M core] [-N system] [-p protocol]"); > exit(1); >Index: netstat.1 >=================================================================== >RCS file: /usr/cvs/freebsd/src/usr.bin/netstat/netstat.1,v >retrieving revision 1.13 >diff -u -r1.13 netstat.1 >--- netstat.1 1999/07/12 20:23:49 1.13 >+++ netstat.1 1999/08/09 01:25:58 >@@ -88,6 +88,9 @@ > With the default display, > show the state of all sockets; normally sockets used by > server processes are not shown. >+With the routing table display, 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 +185,9 @@ > 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.
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 13037
: 5468