git: c185711d9c - main - FreeBSD Handbook: Subversion, uppercase S

From: Graham Perrin <grahamperrin_at_FreeBSD.org>
Date: Thu, 10 Aug 2023 18:23:28 UTC
The branch main has been updated by grahamperrin:

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

commit c185711d9c5599ca937050399716a472f9b00e4a
Author:     Graham Perrin <grahamperrin@FreeBSD.org>
AuthorDate: 2023-08-10 18:21:47 +0000
Commit:     Graham Perrin <grahamperrin@FreeBSD.org>
CommitDate: 2023-08-10 18:21:47 +0000

    FreeBSD Handbook: Subversion, uppercase S
    
    Fixes: 6b6cb62f7d91 handbook: update mirrors to include git
---
 documentation/content/en/books/handbook/mirrors/_index.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/documentation/content/en/books/handbook/mirrors/_index.adoc b/documentation/content/en/books/handbook/mirrors/_index.adoc
index 90da4ba331..1b2bd9d597 100644
--- a/documentation/content/en/books/handbook/mirrors/_index.adoc
+++ b/documentation/content/en/books/handbook/mirrors/_index.adoc
@@ -427,7 +427,7 @@ These are also published as SSHFP records in DNS.
 === Introduction
 
 As of December 2020, FreeBSD uses git as the primary version control system for storing all of FreeBSD's source code and documentation.
-Changes from the git repo on the `stable/11`, `stable/12` and related releng branches are exported to the subversion repository.
+Changes from the git repo on the `stable/11`, `stable/12` and related releng branches are exported to the Subversion repository.
 This export will continue through the life of these branches.
 From July 2012 to March 2021, FreeBSD used Subversion as the only version control system for storing all of FreeBSD's Ports Collection.
 As of April 2021, FreeBSD uses git as the only version control system for storing all of FreeBSD's Ports Collection.
@@ -436,7 +436,7 @@ As of April 2021, FreeBSD uses git as the only version control system for storin
 ====
 Subversion is generally a developer tool.
 Users may prefer to use `freebsd-update` (crossref:cutting-edge[updating-upgrading-freebsdupdate,“FreeBSD Update”]) to update the FreeBSD base system, and `git` (crossref:ports[ports-using,“Using the Ports Collection”]) to update the FreeBSD Ports Collection.
-After March 2021, subversion use is only for legacy branches (`stable/11` and `stable/12`).
+After March 2021, Subversion use is only for legacy branches (`stable/11` and `stable/12`).
 ====
 
 This section demonstrates how to install Subversion on a FreeBSD system and use it to create a local copy of a FreeBSD repository. Additional information on the use of Subversion is included.