summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2020-06-21 15:25:31 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2020-06-21 15:25:31 +0000
commitc292f3755910407612e9aba66a9c03d0fa18220a (patch)
tree56117446d5536c6c7e7fb72cb70fa054cfac0365 /share
parent01142d5b047aca10e96b9b1991a1b7cac6fa6625 (diff)
new sentence, new line;
Diffstat (limited to 'share')
-rw-r--r--share/man/man9/mbuf_tags.96
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/mbuf_tags.9 b/share/man/man9/mbuf_tags.9
index b33c960ac48..d2e79793054 100644
--- a/share/man/man9/mbuf_tags.9
+++ b/share/man/man9/mbuf_tags.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mbuf_tags.9,v 1.40 2020/06/21 11:44:12 dlg Exp $
+.\" $OpenBSD: mbuf_tags.9,v 1.41 2020/06/21 15:25:30 jmc Exp $
.\"
.\" The author of this man page is Angelos D. Keromytis (angelos@cis.upenn.edu)
.\"
@@ -125,8 +125,8 @@ processing on output.
.It PACKET_TAG_WIREGUARD
Used by the
.Xr wg 4
-interface to detect loops in processing. The tag contains a pointer to
-the wg peer that already processed the packet.
+interface to detect loops in processing.
+The tag contains a pointer to the wg peer that already processed the packet.
.It PACKET_TAG_GRE
Used by the
.Xr gre 4