diff options
| author | Archie Cobbs <archie@FreeBSD.org> | 2001-05-16 01:25:29 +0000 |
|---|---|---|
| committer | Archie Cobbs <archie@FreeBSD.org> | 2001-05-16 01:25:29 +0000 |
| commit | cd5774da2fecc1a00aea2dc9935fcb22f2c52e4b (patch) | |
| tree | 1e015429e3d3f6bc68f37fff7cf42190087f37fa | |
| parent | f0ba29575da79fa7a1533baf8b0bed4037805d9e (diff) | |
Notes
| -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 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 |
