summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorthompsa <thompsa@FreeBSD.org>2009-06-25 17:24:36 +0000
committerthompsa <thompsa@FreeBSD.org>2009-06-25 17:24:36 +0000
commit5f0950b122f88e7f53bc893bdf35cd7e81721b2c (patch)
tree23604fad8ff7da1aab6f9d8ca04ecb2648db5480
parent9f3c79f8607d57fcaa26e142c14b24171c1be961 (diff)
downloadFreeBSD-src-5f0950b122f88e7f53bc893bdf35cd7e81721b2c.zip
FreeBSD-src-5f0950b122f88e7f53bc893bdf35cd7e81721b2c.tar.gz
Rename man4/if_bridge.4 to man4/bridge.4 in order to be consistent with other
peueso interfaces. The .Nm name hasnt been changed and all xrefs are still valid.
-rw-r--r--share/man/man4/Makefile4
-rw-r--r--share/man/man4/bridge.4 (renamed from share/man/man4/if_bridge.4)0
2 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
index 033c6a0..488d69f 100644
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -53,6 +53,7 @@ MAN= aac.4 \
bktr.4 \
blackhole.4 \
bpf.4 \
+ bridge.4 \
bt.4 \
bwi.4 \
cardbus.4 \
@@ -130,7 +131,6 @@ MAN= aac.4 \
ida.4 \
idt.4 \
ieee80211.4 \
- if_bridge.4 \
ifmib.4 \
igb.4 \
igmp.4 \
@@ -474,6 +474,7 @@ MLINKS+=bce.4 if_bce.4
MLINKS+=bfe.4 if_bfe.4
MLINKS+=bge.4 if_bge.4
MLINKS+=bktr.4 brooktree.4
+MLINKS+=bridge.4 if_bridge.4
MLINKS+=bwi.4 if_bwi.4
MLINKS+=cas.4 if_cas.4
MLINKS+=crypto.4 cryptodev.4
@@ -506,7 +507,6 @@ MLINKS+=hatm.4 if_hatm.4
MLINKS+=hme.4 if_hme.4
MLINKS+=${_hptrr.4} ${_rr232x.4}
MLINKS+=idt.4 if_idt.4
-MLINKS+=if_bridge.4 bridge.4
MLINKS+=igb.4 if_igb.4
MLINKS+=ip.4 rawip.4
MLINKS+=ipfirewall.4 ipaccounting.4 \
diff --git a/share/man/man4/if_bridge.4 b/share/man/man4/bridge.4
index a31891a..a31891a 100644
--- a/share/man/man4/if_bridge.4
+++ b/share/man/man4/bridge.4
OpenPOWER on IntegriCloud