summaryrefslogtreecommitdiffstats
path: root/share/man/man4/ng_one2many.4
diff options
context:
space:
mode:
authortrhodes <trhodes@FreeBSD.org>2003-01-06 22:52:57 +0000
committertrhodes <trhodes@FreeBSD.org>2003-01-06 22:52:57 +0000
commitca133c7f1138d344b892c38e815ed6c5ceaa48f0 (patch)
treee455316aabbe3871d25600df9e7c0804275638c3 /share/man/man4/ng_one2many.4
parentc1be09a683e056c06adcb13485f2667100897e0e (diff)
downloadFreeBSD-src-ca133c7f1138d344b892c38e815ed6c5ceaa48f0.zip
FreeBSD-src-ca133c7f1138d344b892c38e815ed6c5ceaa48f0.tar.gz
Correct order of alignment in EXAMPLES.
PR: 42760 Submitted by: Christian Brueffer <chris@unixpages.org>
Diffstat (limited to 'share/man/man4/ng_one2many.4')
-rw-r--r--share/man/man4/ng_one2many.44
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/ng_one2many.4 b/share/man/man4/ng_one2many.4
index ff3c723..0874b9b 100644
--- a/share/man/man4/ng_one2many.4
+++ b/share/man/man4/ng_one2many.4
@@ -186,11 +186,11 @@ through
ngctl connect fxp3: fxp0:upper lower many3
# Allow fxp1 through fxp3 to xmit/recv fxp0 frames
ngctl msg fxp1: setpromisc 1
- ngctl msg fxp3: setpromisc 1
ngctl msg fxp2: setpromisc 1
+ ngctl msg fxp3: setpromisc 1
ngctl msg fxp1: setautosrc 0
- ngctl msg fxp3: setautosrc 0
ngctl msg fxp2: setautosrc 0
+ ngctl msg fxp3: setautosrc 0
# Configure all four links as up
ngctl msg fxp0:upper \\
setconfig "{ xmitAlg=1 failAlg=1 enabledLinks=[ 1 1 1 1 ] }"
OpenPOWER on IntegriCloud