aboutsummaryrefslogtreecommitdiff
path: root/toys/net/netstat.c
diff options
context:
space:
mode:
Diffstat (limited to 'toys/net/netstat.c')
-rw-r--r--toys/net/netstat.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/toys/net/netstat.c b/toys/net/netstat.c
index 7bebb327..45d688e3 100644
--- a/toys/net/netstat.c
+++ b/toys/net/netstat.c
@@ -14,17 +14,17 @@ config NETSTAT
Display networking information. Default is netsat -tuwx
- -r routing table
- -a all sockets (not just connected)
- -l listening server sockets
+ -r Routing table
+ -a All sockets (not just connected)
+ -l Listening server sockets
-t TCP sockets
-u UDP sockets
- -w raw sockets
- -x unix sockets
- -e extended info
- -n don't resolve names
- -W wide display
- -p show PID/program name of sockets
+ -w Raw sockets
+ -x Unix sockets
+ -e Extended info
+ -n Don't resolve names
+ -W Wide display
+ -p Show PID/program name of sockets
*/
#define FOR_netstat