diff options
author | Bernd Eckenfels <net-tools@lina.inka.de> | 2007-11-07 23:01:38 +0000 |
---|---|---|
committer | Bernd Eckenfels <net-tools@lina.inka.de> | 2007-11-07 23:01:38 +0000 |
commit | f6ec7f0f0b6116c00f10777f80e1b695fe647145 (patch) | |
tree | 18c44eaf727fa812786121997fef7f024d751fa1 | |
parent | unneeded %s in translation (Debian Bug #403033) (diff) | |
download | net-tools-f6ec7f0f0b6116c00f10777f80e1b695fe647145.tar.gz net-tools-f6ec7f0f0b6116c00f10777f80e1b695fe647145.tar.bz2 net-tools-f6ec7f0f0b6116c00f10777f80e1b695fe647145.zip |
Fix Formatting Bug for ifconfig.8 (Debian Bug#450432 reported by Ivan
Shmakov)
-rw-r--r-- | man/en_US/ifconfig.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/en_US/ifconfig.8 b/man/en_US/ifconfig.8 index 6273541..410677e 100644 --- a/man/en_US/ifconfig.8 +++ b/man/en_US/ifconfig.8 @@ -1,4 +1,4 @@ -.TH IFCONFIG 8 "2005-06-30" "net-tools" "Linux Programmer's Manual" +.TH IFCONFIG 8 "2007-11-07" "net-tools" "Linux Programmer's Manual" .SH NAME ifconfig \- configure a network interface .SH SYNOPSIS @@ -59,8 +59,8 @@ you can specify them with .B eth0:0 for the first alias of eth0. You can use them to assign a second address. To delete an alias interface use -.B ifconfig eth0:0 down -. Note: for every scope (i.e. same net with address/netmask combination) all +.BR "ifconfig eth0:0 down" . +Note: for every scope (i.e. same net with address/netmask combination) all aliases are deleted, if you delete the first (primary). .TP .B up |