From 8925fd7b5630f9228b3ddea667d5dc11deb85c61 Mon Sep 17 00:00:00 2001 From: thompsa Date: Mon, 27 Jun 2005 10:58:22 +0000 Subject: Fix a type-o in a bridging example. Submitted by: Niki Denev Approved by: mlaier (mentor) Approved by: re (blanket) --- share/man/man4/if_bridge.4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share') diff --git a/share/man/man4/if_bridge.4 b/share/man/man4/if_bridge.4 index c271116..0a927e5 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 -- cgit v1.1