summaryrefslogtreecommitdiffstats
path: root/share/man/man9/mbuf_tags.9
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2020-06-21 15:25:30 +0000
committerjmc <jmc@openbsd.org>2020-06-21 15:25:30 +0000
commitb38c59c9bd22e6102655cc962c3b90b297ca2018 (patch)
tree27d0245283062e0650a33c88c16a9656e6a0a97d /share/man/man9/mbuf_tags.9
parentvarious minor tweaks; (diff)
downloadwireguard-openbsd-b38c59c9bd22e6102655cc962c3b90b297ca2018.tar.xz
wireguard-openbsd-b38c59c9bd22e6102655cc962c3b90b297ca2018.zip
new sentence, new line;
Diffstat (limited to '')
-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