summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkn <kn@openbsd.org>2020-08-24 07:40:03 +0000
committerkn <kn@openbsd.org>2020-08-24 07:40:03 +0000
commit2a06c024bfc39498de5afe0001d31143c5813986 (patch)
tree106ac7f879bc5c84816dedb15d0bd2ba155808cb
parentOmit common ifconfig options (diff)
downloadwireguard-openbsd-2a06c024bfc39498de5afe0001d31143c5813986.tar.xz
wireguard-openbsd-2a06c024bfc39498de5afe0001d31143c5813986.zip
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
-rw-r--r--share/man/man4/tpmr.46
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