git: f052fda5c503 - main - mbuf(9): Remove two double words in the manual page
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 03 Apr 2022 14:08:17 UTC
The branch main has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=f052fda5c503877c012103412feec735316bed96
commit f052fda5c503877c012103412feec735316bed96
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-04-03 14:08:07 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-04-03 14:08:07 +0000
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