aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2022-04-03 14:08:07 +0000
committerGordon Bergling <gbe@FreeBSD.org>2022-04-03 14:08:07 +0000
commitf052fda5c503877c012103412feec735316bed96 (patch)
tree0eea5df0017510ebdf8dcd0ea8574d0444e9db2f
parent756220b5152526a5a89ca16df31d8acf0a7795bb (diff)
downloadsrc-f052fda5c503877c012103412feec735316bed96.tar.gz
src-f052fda5c503877c012103412feec735316bed96.zip
mbuf(9): Remove two double words in the manual page
- s/is is/is/ MFC after: 1 week
-rw-r--r--share/man/man9/mbuf.94
1 files 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