diff options
author | archie <archie@FreeBSD.org> | 2001-05-16 01:25:29 +0000 |
---|---|---|
committer | archie <archie@FreeBSD.org> | 2001-05-16 01:25:29 +0000 |
commit | 4dd08cc226ca8bd5fae8f1c28632c143e55ea32f (patch) | |
tree | 6c62786b0366ba53e1bdf15048a94a282127bed9 /share/man/man4 | |
parent | c87fc953502f943685199323ece6b3a780ea5426 (diff) | |
download | FreeBSD-src-4dd08cc226ca8bd5fae8f1c28632c143e55ea32f.zip FreeBSD-src-4dd08cc226ca8bd5fae8f1c28632c143e55ea32f.tar.gz |
Fix typo.
Noticed by: ade
Diffstat (limited to 'share/man/man4')
-rw-r--r-- | share/man/man4/ng_one2many.4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man4/ng_one2many.4 b/share/man/man4/ng_one2many.4 index b8b3207..5c63fa3 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 |