git: d780d7b728 - main - Documentation: Grammar fixes for double words

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Sun, 04 Sep 2022 15:48:47 UTC
The branch main has been updated by gbe:

URL: https://cgit.FreeBSD.org/doc/commit/?id=d780d7b7286e65b188483853eac6f40adb9061b1

commit d780d7b7286e65b188483853eac6f40adb9061b1
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-09-04 15:48:17 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-09-04 15:48:17 +0000

    Documentation: Grammar fixes for double words
    
    - s/that that/that the/
---
 documentation/content/en/books/design-44bsd/_index.adoc | 2 +-
 documentation/content/en/books/dev-model/_index.adoc    | 2 +-
 documentation/content/en/books/dev-model/_index.po      | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/documentation/content/en/books/design-44bsd/_index.adoc b/documentation/content/en/books/design-44bsd/_index.adoc
index bc3b0057ea..289efebf32 100644
--- a/documentation/content/en/books/design-44bsd/_index.adoc
+++ b/documentation/content/en/books/design-44bsd/_index.adoc
@@ -303,7 +303,7 @@ By changing the process-group identifier of the terminal, a shell can arbitrate
 This arbitration is called _job control_ and is described, with process groups, in Section 4.8.
 
 Just as a set of related processes can be collected into a process group, a set of process groups can be collected into a _session_.
-The main uses for sessions are to create an isolated environment for a daemon process and its children, and to collect together a user's login shell and the jobs that that shell spawns.
+The main uses for sessions are to create an isolated environment for a daemon process and its children, and to collect together a user's login shell and the jobs that shell spawns.
 
 [[overview-memory-management]]
 === Memory Management
diff --git a/documentation/content/en/books/dev-model/_index.adoc b/documentation/content/en/books/dev-model/_index.adoc
index 374e9b484a..a8314d44f5 100644
--- a/documentation/content/en/books/dev-model/_index.adoc
+++ b/documentation/content/en/books/dev-model/_index.adoc
@@ -481,7 +481,7 @@ Elections are held every two years.
 [[role-maintainer]]
 ==== Maintainership
 
-Maintainership means that that person is responsible for what is allowed to go into that area of the code and has the final say should disagreements over the code occur.
+Maintainership means that the person is responsible for what is allowed to go into that area of the code and has the final say should disagreements over the code occur.
 This involves proactive work aimed at stimulating contributions and reactive work in reviewing commits. 
 
 With the FreeBSD source comes the MAINTAINERS file that contains a one-line summary of how each maintainer would like contributions to be made. 
diff --git a/documentation/content/en/books/dev-model/_index.po b/documentation/content/en/books/dev-model/_index.po
index f8aceb77b9..44c34d7c87 100644
--- a/documentation/content/en/books/dev-model/_index.po
+++ b/documentation/content/en/books/dev-model/_index.po
@@ -1129,7 +1129,7 @@ msgstr ""
 #. type: Plain text
 #: documentation/content/en/books/dev-model/_index.adoc:486
 msgid ""
-"Maintainership means that that person is responsible for what is allowed to "
+"Maintainership means that the person is responsible for what is allowed to "
 "go into that area of the code and has the final say should disagreements "
 "over the code occur.  This involves proactive work aimed at stimulating "
 "contributions and reactive work in reviewing commits."