git: a658ddd32e - main - Explaining BSD: add a full stop

From: Graham Perrin <grahamperrin_at_FreeBSD.org>
Date: Sat, 08 Jul 2023 05:32:07 UTC
The branch main has been updated by grahamperrin:

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

commit a658ddd32e7b967fbf7b593f1990e87feec8a95c
Author:     Graham Perrin <grahamperrin@FreeBSD.org>
AuthorDate: 2023-07-08 05:27:43 +0000
Commit:     Graham Perrin <grahamperrin@FreeBSD.org>
CommitDate: 2023-07-08 05:27:43 +0000

    Explaining BSD: add a full stop
    
    Comparing BSD and Linux – How is BSD developed and updated?
    
    https://docs.freebsd.org/en/articles/explaining-bsd/#_how_is_bsd_developed_and_updated
    
    'On the other hand, developers making far-reaching or complicated
    changes are expected to submit their changes for review before
    committing them In extreme cases, a core team member with a function
    such as Principal Architect may order that changes be removed from the
    tree, a process known as backing out.'
    
    – is missing a period after 'before committing them'.
    
    Reported-by:   soobinrho (GitHub)
    Signed-off-by: Soobin Rho <soobinrho@gmail.com>
    Approved-by:   grahamperrin
    Fixes:         e16d21085b Fix typos, style and images paths
    Pull-request:  https://github.com/freebsd/freebsd-doc/pull/201
---
 documentation/content/en/articles/explaining-bsd/_index.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/documentation/content/en/articles/explaining-bsd/_index.adoc b/documentation/content/en/articles/explaining-bsd/_index.adoc
index ca7b1c02e5..23958d80b5 100644
--- a/documentation/content/en/articles/explaining-bsd/_index.adoc
+++ b/documentation/content/en/articles/explaining-bsd/_index.adoc
@@ -151,7 +151,7 @@ They are divided into three kinds:
 It is at the individual committer's discretion whether they should obtain authority before committing changes to the source tree.
 In general, an experienced committer may make changes which are obviously correct without obtaining consensus.
 For example, a documentation project committer may correct typographical or grammatical errors without review.
-On the other hand, developers making far-reaching or complicated changes are expected to submit their changes for review before committing them
+On the other hand, developers making far-reaching or complicated changes are expected to submit their changes for review before committing them.
 In extreme cases, a core team member with a function such as Principal Architect may order that changes be removed from the tree, a process known as _backing out_.
 All committers receive mail describing each individual commit, so it is not possible to commit secretly.
 * The _Core team_. FreeBSD and NetBSD each have a core team which manages the project. The core teams developed in the course of the projects, and their role is not always well-defined. It is not necessary to be a developer to be a core team member, though it is normal. The rules for the core team vary from one project to the other, but in general they have more say in the direction of the project than non-core team members have.