diff options
author | Bernd Eckenfels <net-tools@lina.inka.de> | 2005-06-30 18:42:52 +0000 |
---|---|---|
committer | Bernd Eckenfels <net-tools@lina.inka.de> | 2005-06-30 18:42:52 +0000 |
commit | c1b0c8181f0e886284d8656e03f2ca9012ed0df8 (patch) | |
tree | 25f65a3a6bc7bc7993529987e0475bb1c3d30b8f | |
parent | make it compile with 2.4 and 2.6 kernel headers (Debian Bug #271678) (diff) | |
download | net-tools-c1b0c8181f0e886284d8656e03f2ca9012ed0df8.tar.gz net-tools-c1b0c8181f0e886284d8656e03f2ca9012ed0df8.tar.bz2 net-tools-c1b0c8181f0e886284d8656e03f2ca9012ed0df8.zip |
added pointer to iptables(8) not only ipchains(8) (Toralf Förster)
-rw-r--r-- | man/en_US/ifconfig.8 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/man/en_US/ifconfig.8 b/man/en_US/ifconfig.8 index 6372a29..3ab635f 100644 --- a/man/en_US/ifconfig.8 +++ b/man/en_US/ifconfig.8 @@ -1,4 +1,4 @@ -.TH IFCONFIG 8 "2003-05-25" "net-tools" "Linux Programmer's Manual" +.TH IFCONFIG 8 "2005-06-30" "net-tools" "Linux Programmer's Manual" .SH NAME ifconfig \- configure a network interface .SH SYNOPSIS @@ -190,6 +190,8 @@ are shared with all alias addresses on the same device. If you want per-address statistics you should add explicit accounting rules for the address using the .BR ipchains(8) +or +.BR iptables(8) command. .LP Since net-tools 1.61 ifconfig is printing byte counters and human readable |