diff options
author | Bernd Eckenfels <net-tools@lina.inka.de> | 2011-01-27 00:40:30 +0000 |
---|---|---|
committer | Bernd Eckenfels <net-tools@lina.inka.de> | 2011-01-27 00:40:30 +0000 |
commit | c4b18d32cb5bd668c55e0e65ccaa2bd6e74fedaa (patch) | |
tree | 164c07702e07e100a15faea7b00a6a096bbafa82 /man | |
parent | c65379a00b9361d8b2c95bca0af082e6098d0145 (diff) | |
download | net-tools-c4b18d32cb5bd668c55e0e65ccaa2bd6e74fedaa.tar.gz net-tools-c4b18d32cb5bd668c55e0e65ccaa2bd6e74fedaa.tar.bz2 net-tools-c4b18d32cb5bd668c55e0e65ccaa2bd6e74fedaa.zip |
added some address family alias (still needs description) Bug#017886
Reported by Toralf
Diffstat (limited to 'man')
-rw-r--r-- | man/en_US/netstat.8 | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/man/en_US/netstat.8 b/man/en_US/netstat.8 index 9ac5313..9c231f6 100644 --- a/man/en_US/netstat.8 +++ b/man/en_US/netstat.8 @@ -9,7 +9,7 @@ .\" Modified: Brian Micek bmicek@gmail.com .\" .\" -.TH NETSTAT 8 "2008\-12\-02" "net\-tools" "Linux System Administrator's Manual" +.TH NETSTAT 8 "2011\-01\-27" "net\-tools" "Linux System Administrator's Manual" .SH NAME netstat \- Print network connections, routing tables, interface statistics, masquerade connections, and multicast memberships @@ -85,11 +85,15 @@ netstat \- Print network connections, routing tables, interface statistics, masq .RB [ -6 ] .RB [ \-\-protocol= { inet , unix , ipx , ax25 , netrom , ddp }[, ...] ] .RB [ \-\-unix | \-x ] -.RB [ \-\-inet | \-\-ip ] +.RB [ \-\-inet | \-\-ip | \-\-tcpip ] .RB [ \-\-ax25 ] +.RB [ \-\-x25 ] +.RB [ \-\-rose ] +.RB [ \-\-ash ] .RB [ \-\-ipx ] .RB [ \-\-netrom ] -.RB [ \-\-ddp ] +.RB [ \-\-ddp | \-\-appletalk ] +.RB [ \-\-econet | \-\-ec ] .SH DESCRIPTION .B Netstat @@ -148,6 +152,7 @@ is a comma (',') separated list of address family keywords like .BR ipx , .BR ax25 , .BR netrom , +.BR econet , and .BR ddp . This has the same effect as using the |