diff options
author | Bernd Eckenfels <net-tools@lina.inka.de> | 2000-10-08 01:00:43 +0000 |
---|---|---|
committer | Bernd Eckenfels <net-tools@lina.inka.de> | 2000-10-08 01:00:43 +0000 |
commit | 0ab61b2ab82fae94036968ab09a7a585653f8779 (patch) | |
tree | ecd62716b537dc4bdb25ad6c308ce3c4f4933247 /man | |
parent | fix from bug#9215 in bugzilla@redhat (ifconfig sl0 mtu 1440 works now) (diff) | |
download | net-tools-0ab61b2ab82fae94036968ab09a7a585653f8779.tar.gz net-tools-0ab61b2ab82fae94036968ab09a7a585653f8779.tar.bz2 net-tools-0ab61b2ab82fae94036968ab09a7a585653f8779.zip |
feature from the guys at RedHat for more selective "-n" option:
-numeric-host, -numeric-port, -numeric-user. Send to me by Jeff Johnson
and reported by jik@kamens.brookline.ma.us
Diffstat (limited to 'man')
-rw-r--r-- | man/en_US/netstat.8 | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/man/en_US/netstat.8 b/man/en_US/netstat.8 index 2fd8cca..94a8710 100644 --- a/man/en_US/netstat.8 +++ b/man/en_US/netstat.8 @@ -23,6 +23,7 @@ netstat \- Print network connections, routing tables, interface statistics, masq .RB [ \-\-listening | \-l ] .RB [ \-\-all | \-a ] .RB [ \-\-numeric | \-n ] +.RB [ \-\-numeric-hosts ] [ \-\-numeric-ports ] [ \-\-numeric-ports ] .RB [ \-\-symbolic | \-N ] .RB [ \-\-extend | \-e [ \-\-extend | \-e] ] .RB [ \-\-timers | \-o ] @@ -36,6 +37,7 @@ netstat \- Print network connections, routing tables, interface statistics, masq .RB [ \-\-extend | \-e [ \-\-extend | \-e] ] .RB [ \-\-verbose | \-v ] .RB [ \-\-numeric | \-n ] +.RB [ \-\-numeric-hosts ] [ \-\-numeric-ports ] [ \-\-numeric-ports ] .RB [ \-\-continuous | \-c] .P .B netstat @@ -46,17 +48,20 @@ netstat \- Print network connections, routing tables, interface statistics, masq .RB [ \-\-verbose | \-v ] .RB [ \-\-program | \-p ] .RB [ \-\-numeric | \-n ] +.RB [ \-\-numeric-hosts ] [ \-\-numeric-ports ] [ \-\-numeric-ports ] .RB [ \-\-continuous | \-c] .P .B netstat .RB { \-\-groups | \-g } .RB [ \-\-numeric | \-n ] +.RB [ \-\-numeric-hosts ] [ \-\-numeric-ports ] [ \-\-numeric-ports ] .RB [ \-\-continuous | \-c] .P .B netstat .RB { \-\-masquerade | \-M } .RB [ \-\-extend | \-e ] .RB [ \-\-numeric | \-n ] +.RB [ \-\-numeric-hosts ] [ \-\-numeric-ports ] [ \-\-numeric-ports ] .RB [ \-\-continuous | \-c] .P .B netstat @@ -110,6 +115,16 @@ useful information about unconfigured address families. .SS "\-\-numeric , \-n" Show numerical addresses instead of trying to determine symbolic host, port or user names. +.SS "\-\-numeric-hosts" +shows numerical host addresses but does not affect the resolution of +port or user names. +.SS "\-\-numeric-ports" +shows numerical port numbers but does not affect the resolution of +host or user names. +.SS "\-\-numeric-users" +shows numerical user IDs but does not affect the resolution of host or +port names. + .SS "\-\-protocol=\fIfamily \fR, \fB\-A" Specifies the address families (perhaps better described as low level protocols) for which connections are to be shown. |