public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/net-tools:gentoo commit in: man/en_US/
  2011-04-09 13:58 [gentoo-commits] proj/net-tools:master commit in: man/en_US/ Mike Frysinger
@ 2011-04-09 13:58 ` Mike Frysinger
  0 siblings, 0 replies; 2+ messages in thread
From: Mike Frysinger @ 2011-04-09 13:58 UTC (permalink / raw
  To: gentoo-commits

commit:     c4b18d32cb5bd668c55e0e65ccaa2bd6e74fedaa
Author:     Bernd Eckenfels <net-tools <AT> lina <DOT> inka <DOT> de>
AuthorDate: Thu Jan 27 00:40:30 2011 +0000
Commit:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Thu Jan 27 00:40:30 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/net-tools.git;a=commit;h=c4b18d32

added some address family alias (still needs description) Bug#017886
Reported by Toralf

---
 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 



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] proj/net-tools:master commit in: man/en_US/
@ 2011-04-09 13:58 Mike Frysinger
  2011-04-09 13:58 ` [gentoo-commits] proj/net-tools:gentoo " Mike Frysinger
  0 siblings, 1 reply; 2+ messages in thread
From: Mike Frysinger @ 2011-04-09 13:58 UTC (permalink / raw
  To: gentoo-commits

commit:     c4b18d32cb5bd668c55e0e65ccaa2bd6e74fedaa
Author:     Bernd Eckenfels <net-tools <AT> lina <DOT> inka <DOT> de>
AuthorDate: Thu Jan 27 00:40:30 2011 +0000
Commit:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Thu Jan 27 00:40:30 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/net-tools.git;a=commit;h=c4b18d32

added some address family alias (still needs description) Bug#017886
Reported by Toralf

---
 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 



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-04-09 13:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-09 13:58 [gentoo-commits] proj/net-tools:master commit in: man/en_US/ Mike Frysinger
2011-04-09 13:58 ` [gentoo-commits] proj/net-tools:gentoo " Mike Frysinger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox