Commit 3e9c306d authored by Phil Blundell's avatar Phil Blundell

Mention IGMP support. From Tuan Hoang.

parent fe8bc95d
...@@ -5,12 +5,13 @@ ...@@ -5,12 +5,13 @@
.\" .\"
.\" Modified: Bernd.Eckenfels@inka.de .\" Modified: Bernd.Eckenfels@inka.de
.\" Modified: Andi Kleen ak@muc.de .\" Modified: Andi Kleen ak@muc.de
.\" Modified: Tuan Hoang tuan@optimus.mitre.org
.\" .\"
.\" .\"
.TH NETSTAT 8 "20 Feb 1999" "net-tools" "Linux Programmer's Manual" .TH NETSTAT 8 "25 Feb 1999" "net-tools" "Linux Programmer's Manual"
.SH NAME .SH NAME
netstat \- Display network connections, routing tables, interface statistics, masquerade connections and netlink messages netstat \- Display network connections, routing tables, interface statistics, masquerade connections, netlink messages, and multicast memberships
.SH SYNOPSIS .SH SYNOPSIS
...@@ -19,6 +20,7 @@ netstat \- Display network connections, routing tables, interface statistics, ma ...@@ -19,6 +20,7 @@ netstat \- Display network connections, routing tables, interface statistics, ma
.RB [ \-\-tcp | \-t ] .RB [ \-\-tcp | \-t ]
.RB [ \-\-udp | \-u ] .RB [ \-\-udp | \-u ]
.RB [ \-\-raw | \-w ] .RB [ \-\-raw | \-w ]
.RB [ \-\-groups | \-g ]
.RB [ \-\-unix | \-x ] .RB [ \-\-unix | \-x ]
.RB [ \-\-inet | \-\-ip ] .RB [ \-\-inet | \-\-ip ]
.RB [ \-\-ax25 ] .RB [ \-\-ax25 ]
...@@ -421,6 +423,9 @@ command. ...@@ -421,6 +423,9 @@ command.
.I /proc/net/udp .I /proc/net/udp
-- UDP socket information -- UDP socket information
.I /proc/net/igmp
-- IGMP multicast information
.I /proc/net/unix .I /proc/net/unix
-- Unix domain socket information -- Unix domain socket information
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment