Commit 1c0f026e authored by Bernd Eckenfels's avatar Bernd Eckenfels

fixed wording of binary units counters and interpunctuation in netstat(8)

parent 2868186a
.TH IFCONFIG 8 "2003-02-08" "net-tools" "Linux Programmer's Manual" .TH IFCONFIG 8 "2003-05-25" "net-tools" "Linux Programmer's Manual"
.SH NAME .SH NAME
ifconfig \- configure a network interface ifconfig \- configure a network interface
.SH SYNOPSIS .SH SYNOPSIS
...@@ -192,10 +192,10 @@ rules for the address using the ...@@ -192,10 +192,10 @@ rules for the address using the
.BR ipchains(8) .BR ipchains(8)
command. command.
.LP .LP
Since net-tools 1.61 ifconfig is printing byte counters with IEC 60027-2 units. So Since net-tools 1.61 ifconfig is printing byte counters and human readable
1 KiB are 2^10 byte. Note, the numbers are truncated to one decimal (which can counters with IEC 60027-2 units. So 1 KiB are 2^10 byte. Note, the numbers
by quite a large error if you consider 0.1 PiB is 112.589.990.684.262 are truncated to one decimal (which can by quite a large error if you
bytes :) consider 0.1 PiB is 112.589.990.684.262 bytes :)
.LP .LP
Interrupt problems with Ethernet device drivers fail with EAGAIN Interrupt problems with Ethernet device drivers fail with EAGAIN
.I (SIOCSIIFLAGS: Resource temporarily unavailable) .I (SIOCSIIFLAGS: Resource temporarily unavailable)
......
...@@ -77,6 +77,8 @@ netstat \- Print network connections, routing tables, interface statistics, masq ...@@ -77,6 +77,8 @@ netstat \- Print network connections, routing tables, interface statistics, masq
.P .P
.IR address_family_options : .IR address_family_options :
.PP .PP
.RB [ -4 ]
.RB [ -6 ]
.RB [ \-\-protocol= { inet , unix , ipx , ax25 , netrom , ddp }[, ...] ] .RB [ \-\-protocol= { inet , unix , ipx , ax25 , netrom , ddp }[, ...] ]
.RB [ \-\-unix | \-x ] .RB [ \-\-unix | \-x ]
.RB [ \-\-inet | \-\-ip ] .RB [ \-\-inet | \-\-ip ]
...@@ -436,7 +438,7 @@ as it is viewed. This is unlikely to occur. ...@@ -436,7 +438,7 @@ as it is viewed. This is unlikely to occur.
.P .P
.SH AUTHORS .SH AUTHORS
The netstat user interface was written by Fred Baumgarten The netstat user interface was written by Fred Baumgarten
<dc6iq@insu1.etec.uni-karlsruhe.de> the man page basically <dc6iq@insu1.etec.uni-karlsruhe.de>, the man page basically
by Matt Welsh <mdw@tc.cornell.edu>. It was updated by by Matt Welsh <mdw@tc.cornell.edu>. It was updated by
Alan Cox <Alan.Cox@linux.org> but could do with a bit more Alan Cox <Alan.Cox@linux.org> but could do with a bit more
work. It was updated again by Tuan Hoang work. It was updated again by Tuan Hoang
......
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