diff options
author | 2020-08-23 22:13:15 +0000 | |
---|---|---|
committer | 2020-08-23 22:13:15 +0000 | |
commit | fd93b7840df11a14bfc329fed5b0c451ca1aff33 (patch) | |
tree | f88bcb141eb978348b02077b6ceebd725d2dab6b | |
parent | Enable xicp(4). (diff) | |
download | wireguard-openbsd-fd93b7840df11a14bfc329fed5b0c451ca1aff33.tar.xz wireguard-openbsd-fd93b7840df11a14bfc329fed5b0c451ca1aff33.zip |
typo fix; from (part of a diff from) uwe werler
-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 0997923ff51..ab33e3e869f 100644 --- a/share/man/man4/tpmr.4 +++ b/share/man/man4/tpmr.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tpmr.4,v 1.7 2020/08/05 14:55:40 kn Exp $ +.\" $OpenBSD: tpmr.4,v 1.8 2020/08/23 22:13:15 jmc 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 5 2020 $ +.Dd $Mdocdate: August 23 2020 $ .Dt TPMR 4 .Os .Sh NAME @@ -31,7 +31,7 @@ A TPMR is a simplified Ethernet bridge that provides a subset of the functionality as found in .Xr bridge 4 . A TPMR has exactly two member ports, and unconditionally relays -Ethernet packets between the them. +Ethernet packets between them. .Pp .Nm interfaces can be created at runtime using the |