aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorAndrew Thompson <thompsa@FreeBSD.org>2005-06-27 10:58:22 +0000
committerAndrew Thompson <thompsa@FreeBSD.org>2005-06-27 10:58:22 +0000
commitf7cbc4cc6e36e67de6835ee6aa4122c4577a584c (patch)
tree1af6825fd59b10de0e8340d90bdf378ed907b594 /share
parent4c2d9f25f3cd9a4cca8c74151e62102af96b1b42 (diff)
downloadsrc-f7cbc4cc6e36e67de6835ee6aa4122c4577a584c.tar.gz
src-f7cbc4cc6e36e67de6835ee6aa4122c4577a584c.zip
Fix a type-o in a bridging example.
Submitted by: Niki Denev Approved by: mlaier (mentor) Approved by: re (blanket)
Notes
Notes: svn path=/head/; revision=147628
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/if_bridge.42
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man4/if_bridge.4 b/share/man/man4/if_bridge.4
index c271116b0bd3..0a927e53ad66 100644
--- a/share/man/man4/if_bridge.4
+++ b/share/man/man4/if_bridge.4
@@ -155,7 +155,7 @@ Consider a system with two 4-port Ethernet boards.
The following will cause a bridge consisting of all 8 ports with Spanning Tree
enabled to be created:
.Bd -literal -offset indent
-iconfig bridge0 create
+ifconfig bridge0 create
ifconfig bridge0 \e
addm fxp0 stp fxp0 \e
addm fxp1 stp fxp1 \e