diff options
Diffstat (limited to 'share/man/man9/mbuf.9')
-rw-r--r-- | share/man/man9/mbuf.9 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/share/man/man9/mbuf.9 b/share/man/man9/mbuf.9 index e51d7651309..d70a070fc0a 100644 --- a/share/man/man9/mbuf.9 +++ b/share/man/man9/mbuf.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mbuf.9,v 1.110 2017/10/12 15:26:40 bluhm Exp $ +.\" $OpenBSD: mbuf.9,v 1.111 2018/02/11 00:27:10 dlg Exp $ .\" .\" Copyright (c) 2001 Jean-Jacques Bernard-Gundol <jjbg@openbsd.org> .\" All rights reserved. @@ -25,7 +25,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: October 12 2017 $ +.Dd $Mdocdate: February 11 2018 $ .Dt MGET 9 .Os .Sh NAME @@ -378,6 +378,8 @@ UDP checksum bad. ICMP/ICMPv6 checksum verified. .It Dv M_ICMP_CSUM_IN_BAD ICMP/ICMPv6 checksum bad. +.It Dv M_IPV6_DF_OUT +Do not fragment IPv6 on output. .El .Pp The |