Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Apr 2022 14:08:17 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: f052fda5c503 - main - mbuf(9): Remove two double words in the manual page
Message-ID:  <202204031408.233E8HWo089608@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204031408.233E8HWo089608>