From 1aaeb28b80e9b29a448e025c6dba87c9042a6596 Mon Sep 17 00:00:00 2001 From: Bernd Eckenfels Date: Sat, 24 Nov 2001 05:56:44 +0000 Subject: [PATCH] fixed minor errors in netstat.8 man page (--numeric-users was missing, some font problems and --interfaces has no argument (Debian Bug #120475) thanks for the report to Uwe Hermann. --- man/de_DE/netstat.8 | 10 ++++------ man/en_US/netstat.8 | 20 +++++++++----------- 2 files changed, 13 insertions(+), 17 deletions(-) diff --git a/man/de_DE/netstat.8 b/man/de_DE/netstat.8 index f59aec0..91dc227 100644 --- a/man/de_DE/netstat.8 +++ b/man/de_DE/netstat.8 @@ -9,7 +9,7 @@ .\" Modified: Tuan Hoang tuan@optimus.mitre.org .\" .\" -.TH NETSTAT 8 "6. M\(:arz 1999" "net-tools" "Handbuch f\(:ur Linuxprogrammierer" +.TH NETSTAT 8 "24 November 2001" "net-tools" "Handbuch f\(:ur Linuxprogrammierer" .SH NAME netstat \- Anzeige von Netzwerksverbindungen, Routentabellen, Schnittstellenstatistiken, maskierten Verbindungen, Netlink-Nachrichten und Mitgliedschaft in Multicastgruppen @@ -44,7 +44,6 @@ netstat \- Anzeige von Netzwerksverbindungen, Routentabellen, Schnittstellenstat .B netstat .RB [ \-veenpac ] .RB { \-\-interfaces | \-i } -.RI [ Schnittstelle ] .PP @@ -103,18 +102,17 @@ benutzt das Ausgabeformat von Wegen Details siehe .BR route (8). -.SS "\-i, \-\-interface \fISchnittstelle\fI" +.SS "\-i, \-\-interface" Wird die .BR -i ", " --interfaces -Option verwendet, so wird eine Tabelle aller (oder der angegebenen -.IR Schnittstellen ) +Option verwendet, so wird eine Tabelle aller Schnittstellen ausgedruckt. Die Ausgabe ist im Format von .B "ifconfig -e" und wird in .BR ifconfig (8) beschrieben. .B "netstat -ei" -druckt eine Tabelle oder einen Eintrag f\(:ur einen einzelnes Interface wie +druckt eine Tabelle f\(:ur Interfaces wie .BR ifconfig . Die .B -a diff --git a/man/en_US/netstat.8 b/man/en_US/netstat.8 index 1ae6029..d16fa1f 100644 --- a/man/en_US/netstat.8 +++ b/man/en_US/netstat.8 @@ -8,7 +8,7 @@ .\" Modified: Tuan Hoang tqhoang@bigfoot.com .\" .\" -.TH NETSTAT 8 "29 June 2001" "net-tools" "Linux Programmer's Manual" +.TH NETSTAT 8 "24 November 2001" "net-tools" "Linux Programmer's Manual" .SH NAME netstat \- Print network connections, routing tables, interface statistics, masquerade connections, and multicast memberships @@ -23,7 +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 [ \-\-numeric-hosts "] [" \-\-numeric-ports "] [" \-\-numeric-users ] .RB [ \-\-symbolic | \-N ] .RB [ \-\-extend | \-e [ \-\-extend | \-e] ] .RB [ \-\-timers | \-o ] @@ -37,31 +37,30 @@ 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 [ \-\-numeric-hosts "] [" \-\-numeric-ports "] [" \-\-numeric-users ] .RB [ \-\-continuous | \-c] .P .B netstat .RB { \-\-interfaces | \-i } -.RI [ iface ] .RB [ \-\-all | \-a ] .RB [ \-\-extend | \-e [ \-\-extend | \-e] ] .RB [ \-\-verbose | \-v ] .RB [ \-\-program | \-p ] .RB [ \-\-numeric | \-n ] -.RB [ \-\-numeric-hosts ] [ \-\-numeric-ports ] [ \-\-numeric-ports ] +.RB [ \-\-numeric-hosts "] [" \-\-numeric-ports "] [" \-\-numeric-users ] .RB [ \-\-continuous | \-c] .P .B netstat .RB { \-\-groups | \-g } .RB [ \-\-numeric | \-n ] -.RB [ \-\-numeric-hosts ] [ \-\-numeric-ports ] [ \-\-numeric-ports ] +.RB [ \-\-numeric-hosts "] [" \-\-numeric-ports "] [" \-\-numeric-users ] .RB [ \-\-continuous | \-c] .P .B netstat .RB { \-\-masquerade | \-M } .RB [ \-\-extend | \-e ] .RB [ \-\-numeric | \-n ] -.RB [ \-\-numeric-hosts ] [ \-\-numeric-ports ] [ \-\-numeric-ports ] +.RB [ \-\-numeric-hosts "] [" \-\-numeric-ports "] [" \-\-numeric-users ] .RB [ \-\-continuous | \-c] .P .B netstat @@ -101,9 +100,8 @@ families will be printed. Display the kernel routing tables. .SS "\-\-groups , \-g" Display multicast group membership information for IPv4 and IPv6. -.SS "\-\-interface=\fIiface \fR, \fB\-i" -Display a table of all network interfaces, or the specified -.IR iface ) . +.SS "\-\-interface, \-i" +Display a table of all network interfaces. .SS "\-\-masquerade , \-M" Display a list of masqueraded connections. .SS "\-\-statistics , \-s" @@ -165,7 +163,7 @@ Show only listening sockets. (These are omitted by default.) .SS "\-a, \-\-all" Show both listening and non-listening sockets. With the .B --interfaces -option, show interfaces that are not marked +option, show interfaces that are not up .SS "\-F" Print routing information from the FIB. (This is the default.) .SS "\-C" -- 2.7.4