diff options
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man9/mbuf_tags.9 | 6 |
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 |