Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Apr 2022 17:00:14 GMT
From:      Ka Ho Ng <khng@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: fb7288456ae6 - main - vnode_pager_purge_range.9: "content" is an uncountable noun
Message-ID:  <202204241700.23OH0E4k098999@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by khng:

URL: https://cgit.FreeBSD.org/src/commit/?id=fb7288456ae6a31a5e272db8d82450d32b3a39a2

commit fb7288456ae6a31a5e272db8d82450d32b3a39a2
Author:     Ka Ho Ng <khng@FreeBSD.org>
AuthorDate: 2022-04-24 16:57:16 +0000
Commit:     Ka Ho Ng <khng@FreeBSD.org>
CommitDate: 2022-04-24 16:58:14 +0000

    vnode_pager_purge_range.9: "content" is an uncountable noun
---
 share/man/man9/vnode_pager_purge_range.9 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/share/man/man9/vnode_pager_purge_range.9 b/share/man/man9/vnode_pager_purge_range.9
index 16a240c2a34b..ecd21a084a39 100644
--- a/share/man/man9/vnode_pager_purge_range.9
+++ b/share/man/man9/vnode_pager_purge_range.9
@@ -27,12 +27,12 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd August 2, 2021
+.Dd April 24, 2022
 .Dt VNODE_PAGER_PURGE_RANGE 9
 .Os
 .Sh NAME
 .Nm vnode_pager_purge_range
-.Nd "invalidate the cached contents within the given byte range"
+.Nd "invalidate the cached content within the given byte range"
 .Sh SYNOPSIS
 .In sys/param.h
 .In vm/vm.h
@@ -45,7 +45,7 @@
 .Fc
 .Sh DESCRIPTION
 .Nm
-invalidates the cached contents within the given byte range from the
+invalidates the cached content within the given byte range from the
 specified vnode
 .Fa vp .
 The range to be purged is



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