From f052fda5c503877c012103412feec735316bed96 Mon Sep 17 00:00:00 2001 From: Gordon Bergling Date: Sun, 3 Apr 2022 16:08:07 +0200 Subject: [PATCH] mbuf(9): Remove two double words in the manual page - s/is is/is/ MFC after: 1 week --- share/man/man9/mbuf.9 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/man/man9/mbuf.9 b/share/man/man9/mbuf.9 index ea3f66e3e218..e573bfe6f52d 100644 --- a/share/man/man9/mbuf.9 +++ b/share/man/man9/mbuf.9 @@ -576,14 +576,14 @@ for non-critical paths. Allocate an .Vt mbuf with enough space to hold specified amount of data. -If the size is is larger than +If the size is larger than .Dv MJUMPAGESIZE , NULL will be returned. .It Fn m_get3 size how type flags Allocate an .Vt mbuf with enough space to hold specified amount of data. -If the size is is larger than +If the size is larger than .Dv MJUM16BYTES, NULL will be returned. .It Fn m_getm orig len how type