~ubuntu-branches/ubuntu/warty/net-tools/warty

« back to all changes in this revision

Viewing changes to man/en_US/ifconfig.8

  • Committer: Bazaar Package Importer
  • Author(s): Bernd Eckenfels
  • Date: 2001-11-24 06:26:37 UTC
  • Revision ID: james.westby@ubuntu.com-20011124062637-4m1083y3bch4vb98
Tags: 1.60-4
* fixed (upstream) spurious newline in ifconfig
  Thanks Jonathen, Closes: Bug #109379
* fixed SI-Units printout in ifconfig (Closes: Bug #110629, #97029, #100167)
* this is done by including lib/interfaces.c from upstream cvs
* also added ifconfig man page from upstream cvs
* fixed (upstream) man page about netstat's --interface opt. (Closes: Bug#120475)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.TH IFCONFIG 8 "14 August 2000" "net-tools" "Linux Programmer's Manual"
 
1
.TH IFCONFIG 8 "11 Nov 2001" "net-tools" "Linux Programmer's Manual"
2
2
.SH NAME
3
3
ifconfig \- configure a network interface
4
4
.SH SYNOPSIS
176
176
.BR ipchains(8)
177
177
command.
178
178
.LP
179
 
Interrupt problems with Ethernet device drivers fail with EAGAIN. See
180
 
.I http://cesdis.gsfc.nasa.gov/linux/misc/irq-conflict.html
 
179
Since net-tools 1.60-4 ifconfig is printing byte counters with SI units. So
 
180
1 KiB are 2^10 byte. Note, the numbers are truncated to one decimal (which can
 
181
by quite a large error if you consider 0.1 PiB is 112.589.990.684.262
 
182
bytes :)
 
183
.LP
 
184
Interrupt problems with Ethernet device drivers fail with EAGAIN
 
185
.I (SIOCSIIFLAGS: Resource temporarily unavailable)
 
186
it is most likely a interrupt conflict. See
 
187
.I http://www.scyld.com/expert/irq-conflict.html
181
188
for more information.
182
189
.SH FILES
183
190
.I /proc/net/socket 
190
197
altered by this command.
191
198
.SH SEE ALSO
192
199
route(8), netstat(8), arp(8), rarp(8), ipchains(8)
 
200
.br
 
201
http://physics.nist.gov/cuu/Units/binary.html - Prefixes for binary multiples
193
202
.SH AUTHORS
194
203
Fred N. van Kempen, <waltje@uwalt.nl.mugnet.org>
195
204
.br
197
206
.br
198
207
Phil Blundell, <Philip.Blundell@pobox.com>
199
208
.br
200
 
Andi Kleen
 
209
Andi Kleen; 
 
210
.br
 
211
Bernd Eckenfels, <net-tools@lina.inka.de>