From cd5774da2fecc1a00aea2dc9935fcb22f2c52e4b Mon Sep 17 00:00:00 2001 From: Archie Cobbs Date: Wed, 16 May 2001 01:25:29 +0000 Subject: Fix typo. Noticed by: ade --- share/man/man4/ng_one2many.4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/man/man4/ng_one2many.4 b/share/man/man4/ng_one2many.4 index b8b3207c7c5a..5c63fa309078 100644 --- a/share/man/man4/ng_one2many.4 +++ b/share/man/man4/ng_one2many.4 @@ -193,7 +193,7 @@ through ngctl msg fxp2: setautosrc 0 # Configure all four links as up ngctl msg fxp0:upper \\ - setconfig "{ xmitAlg=1 failAlg=1 enabledLinks={ 1 1 1 1 } }" + setconfig "{ xmitAlg=1 failAlg=1 enabledLinks=[ 1 1 1 1 ] }" # Bring up interface ifconfig fxp0 192.168.1.1 netmask 0xfffffffc .Ed -- cgit v1.3