diff options
author | kn <kn@cvs.openbsd.org> | 2020-08-24 07:40:04 +0000 |
---|---|---|
committer | kn <kn@cvs.openbsd.org> | 2020-08-24 07:40:04 +0000 |
commit | 9b3dd1206d9a983303b8a5c8c9c0d8eaddc171c1 (patch) | |
tree | bfaf214c846793628ba0fd7515b038cf1af3dd97 /share/man | |
parent | bf0e37846c4d045053746d19d7d0824e78b1fb7e (diff) |
Clarify that tpmr(4) does not aggregate
Diff from Uwe Werler <uwe at werler dot is>, thanks.
tpmr(4) is really a bridge like bridge(4) or switch(4), and not an
aggregating driver like aggr(4) or trunk(4), hence
"Other forms of Ethernat bridging ..." correctly implies that tpmr does
indeed ethernet bridging, "Other forms of aggregation ..." implies the
same way, but is misleading however, so just say "Link aggregation ...".
OK jmc
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/tpmr.4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/tpmr.4 b/share/man/man4/tpmr.4 index ab33e3e869f..ab9eba4cee3 100644 --- a/share/man/man4/tpmr.4 +++ b/share/man/man4/tpmr.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tpmr.4,v 1.8 2020/08/23 22:13:15 jmc Exp $ +.\" $OpenBSD: tpmr.4,v 1.9 2020/08/24 07:40:03 kn Exp $ .\" .\" Copyright (c) 2019 David Gwynne <dlg@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: August 23 2020 $ +.Dd $Mdocdate: August 24 2020 $ .Dt TPMR 4 .Os .Sh NAME @@ -44,7 +44,7 @@ configuration file for Other forms of Ethernet bridging are available using the .Xr bridge 4 driver. -Other forms of aggregation of Ethernet interfaces are available +Link aggregation of Ethernet interfaces can be achieved using the .Xr aggr 4 and |