aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladlen Popolitov <vladlen@FreeBSD.org>2026-06-15 15:55:23 +0000
committerVladlen Popolitov <vladlen@FreeBSD.org>2026-06-15 15:55:23 +0000
commitab7514377981460d7b51124777212747697c79e7 (patch)
tree2a1b46f47b9f4802a5bf539ef27461f281d69a64
parent81219e16d1eca1c7ba8e214b482cd06115e1b053 (diff)
fix type in release documentation
maintainance to maintenance Approved by: re (implicit)
-rw-r--r--website/archetypes/release/readme.adoc2
-rw-r--r--website/content/en/releases/13.2R/readme.adoc4
-rw-r--r--website/content/en/releases/13.3R/readme.adoc4
-rw-r--r--website/content/en/releases/13.4R/readme.adoc2
-rw-r--r--website/content/en/releases/13.5R/readme.adoc2
-rw-r--r--website/content/en/releases/14.0R/readme.adoc4
-rw-r--r--website/content/en/releases/14.1R/readme.adoc2
-rw-r--r--website/content/en/releases/14.2R/readme.adoc2
-rw-r--r--website/content/en/releases/14.3R/readme.adoc2
-rw-r--r--website/content/en/releases/14.4R/readme.adoc2
-rw-r--r--website/content/en/releases/14.5R/readme.adoc2
-rw-r--r--website/content/en/releases/15.0R/readme.adoc2
12 files changed, 15 insertions, 15 deletions
diff --git a/website/archetypes/release/readme.adoc b/website/archetypes/release/readme.adoc
index e252b367e1..286c4bf3f3 100644
--- a/website/archetypes/release/readme.adoc
+++ b/website/archetypes/release/readme.adoc
@@ -72,7 +72,7 @@ as well as other ways to obtain a copy of FreeBSD.
For general questions or technical support, please address the {freebsd-questions}.
-If you track the `{releaseBranch}` branch: you must subscribe to the {freebsd-stable}, to keep abreast of developments and changes that may affect your use and maintainance of the system.
+If you track the `{releaseBranch}` branch: you must subscribe to the {freebsd-stable}, to keep abreast of developments and changes that may affect your use and maintenance of the system.
Being a largely volunteer effort, the Project is always happy to have extra hands willing to help -- there are far more desired enhancements than there is time to implement them.
To contact the developers on technical matters, or with offers of help, please address the {freebsd-hackers}.
diff --git a/website/content/en/releases/13.2R/readme.adoc b/website/content/en/releases/13.2R/readme.adoc
index b930898883..c5b3a6548a 100644
--- a/website/content/en/releases/13.2R/readme.adoc
+++ b/website/content/en/releases/13.2R/readme.adoc
@@ -65,7 +65,7 @@ as well as other ways to obtain a copy of FreeBSD.
For general questions or technical support, please address the {freebsd-questions}.
-If you track the `{releaseBranch}` branch: you must subscribe to the {freebsd-stable}, to keep abreast of developments and changes that may affect your use and maintainance of the system.
+If you track the `{releaseBranch}` branch: you must subscribe to the {freebsd-stable}, to keep abreast of developments and changes that may affect your use and maintenance of the system.
Being a largely volunteer effort, the Project is always happy to have extra hands willing to help -- there are far more desired enhancements than there is time to implement them. To contact the developers on technical matters, or with offers of help, please address the {freebsd-hackers}.
@@ -116,7 +116,7 @@ Some pages are written to give information on particular topics. Notable example
[[booksarticles]]
=== Books and Articles
-FreeBSD Project-maintained documentation includes the highly useful _FreeBSD Handbook_, which includes a detailed guide to installing and upgrading the operating system, and _FreeBSD FAQ_ (Frequently Asked Questions). The link:{handbook}[Handbook] and link:{faq}[FAQ] are online in the link:{main-site}[documentation portal] and at mirror sites.
+FreeBSD Project-maintained documentation includes the highly useful _FreeBSD Handbook_, which includes a detailed guide to installing and upgrading the operating system, and _FreeBSD FAQ_ (Frequently Asked Questions). The link:{handbook}[Handbook] and link:{faq}[FAQ] are online in the link:{main-site}[documentation portal] and at mirror sites.
Other Project-maintained books and articles are more specialized -- covering a wide range of topics, from effective use of the mailing lists, to dual-booting FreeBSD with other operating systems, to guidelines for new committers. Like the Handbook and FAQ, these documents are in the portal, mirrors and [.filename]`doc` repository.
diff --git a/website/content/en/releases/13.3R/readme.adoc b/website/content/en/releases/13.3R/readme.adoc
index ffab62238e..aa4396797b 100644
--- a/website/content/en/releases/13.3R/readme.adoc
+++ b/website/content/en/releases/13.3R/readme.adoc
@@ -66,7 +66,7 @@ as well as other ways to obtain a copy of FreeBSD.
For general questions or technical support, please address the {freebsd-questions}.
-If you track the `{releaseBranch}` branch: you must subscribe to the {freebsd-stable}, to keep abreast of developments and changes that may affect your use and maintainance of the system.
+If you track the `{releaseBranch}` branch: you must subscribe to the {freebsd-stable}, to keep abreast of developments and changes that may affect your use and maintenance of the system.
Being a largely volunteer effort, the Project is always happy to have extra hands willing to help -- there are far more desired enhancements than there is time to implement them. To contact the developers on technical matters, or with offers of help, please address the {freebsd-hackers}.
@@ -117,7 +117,7 @@ Some pages are written to give information on particular topics. Notable example
[[booksarticles]]
=== Books and Articles
-FreeBSD Project-maintained documentation includes the highly useful _FreeBSD Handbook_, which includes a detailed guide to installing and upgrading the operating system, and _FreeBSD FAQ_ (Frequently Asked Questions). The link:{handbook}[Handbook] and link:{faq}[FAQ] are online in the link:{main-site}[documentation portal] and at mirror sites.
+FreeBSD Project-maintained documentation includes the highly useful _FreeBSD Handbook_, which includes a detailed guide to installing and upgrading the operating system, and _FreeBSD FAQ_ (Frequently Asked Questions). The link:{handbook}[Handbook] and link:{faq}[FAQ] are online in the link:{main-site}[documentation portal] and at mirror sites.
Other Project-maintained books and articles are more specialized -- covering a wide range of topics, from effective use of the mailing lists, to dual-booting FreeBSD with other operating systems, to guidelines for new committers. Like the Handbook and FAQ, these documents are in the portal, mirrors and [.filename]`doc` repository.
diff --git a/website/content/en/releases/13.4R/readme.adoc b/website/content/en/releases/13.4R/readme.adoc
index 39f4a5ae9d..2a2e58ffa8 100644
--- a/website/content/en/releases/13.4R/readme.adoc
+++ b/website/content/en/releases/13.4R/readme.adoc
@@ -72,7 +72,7 @@ as well as other ways to obtain a copy of FreeBSD.
For general questions or technical support, please address the {freebsd-questions}.
-If you track the `{releaseBranch}` branch: you must subscribe to the {freebsd-stable}, to keep abreast of developments and changes that may affect your use and maintainance of the system.
+If you track the `{releaseBranch}` branch: you must subscribe to the {freebsd-stable}, to keep abreast of developments and changes that may affect your use and maintenance of the system.
Being a largely volunteer effort, the Project is always happy to have extra hands willing to help -- there are far more desired enhancements than there is time to implement them.
To contact the developers on technical matters, or with offers of help, please address the {freebsd-hackers}.
diff --git a/website/content/en/releases/13.5R/readme.adoc b/website/content/en/releases/13.5R/readme.adoc
index 8fa737dd1d..c5bf20382d 100644
--- a/website/content/en/releases/13.5R/readme.adoc
+++ b/website/content/en/releases/13.5R/readme.adoc
@@ -72,7 +72,7 @@ as well as other ways to obtain a copy of FreeBSD.
For general questions or technical support, please address the {freebsd-questions}.
-If you track the `{releaseBranch}` branch: you must subscribe to the {freebsd-stable}, to keep abreast of developments and changes that may affect your use and maintainance of the system.
+If you track the `{releaseBranch}` branch: you must subscribe to the {freebsd-stable}, to keep abreast of developments and changes that may affect your use and maintenance of the system.
Being a largely volunteer effort, the Project is always happy to have extra hands willing to help -- there are far more desired enhancements than there is time to implement them.
To contact the developers on technical matters, or with offers of help, please address the {freebsd-hackers}.
diff --git a/website/content/en/releases/14.0R/readme.adoc b/website/content/en/releases/14.0R/readme.adoc
index 753f683079..7aa9b7a65e 100644
--- a/website/content/en/releases/14.0R/readme.adoc
+++ b/website/content/en/releases/14.0R/readme.adoc
@@ -65,7 +65,7 @@ as well as other ways to obtain a copy of FreeBSD.
For general questions or technical support, please address the {freebsd-questions}.
-If you track the `{releaseBranch}` branch: you must subscribe to the {freebsd-stable}, to keep abreast of developments and changes that may affect your use and maintainance of the system.
+If you track the `{releaseBranch}` branch: you must subscribe to the {freebsd-stable}, to keep abreast of developments and changes that may affect your use and maintenance of the system.
Being a largely volunteer effort, the Project is always happy to have extra hands willing to help -- there are far more desired enhancements than there is time to implement them. To contact the developers on technical matters, or with offers of help, please address the {freebsd-hackers}.
@@ -116,7 +116,7 @@ Some pages are written to give information on particular topics. Notable example
[[booksarticles]]
=== Books and Articles
-FreeBSD Project-maintained documentation includes the highly useful _FreeBSD Handbook_, which includes a detailed guide to installing and upgrading the operating system, and _FreeBSD FAQ_ (Frequently Asked Questions). The link:{handbook}[Handbook] and link:{faq}[FAQ] are online in the link:{main-site}[documentation portal] and at mirror sites.
+FreeBSD Project-maintained documentation includes the highly useful _FreeBSD Handbook_, which includes a detailed guide to installing and upgrading the operating system, and _FreeBSD FAQ_ (Frequently Asked Questions). The link:{handbook}[Handbook] and link:{faq}[FAQ] are online in the link:{main-site}[documentation portal] and at mirror sites.
Other Project-maintained books and articles are more specialized -- covering a wide range of topics, from effective use of the mailing lists, to dual-booting FreeBSD with other operating systems, to guidelines for new committers. Like the Handbook and FAQ, these documents are in the portal, mirrors and [.filename]`doc` repository.
diff --git a/website/content/en/releases/14.1R/readme.adoc b/website/content/en/releases/14.1R/readme.adoc
index 825bfc303f..fb47c3c8c1 100644
--- a/website/content/en/releases/14.1R/readme.adoc
+++ b/website/content/en/releases/14.1R/readme.adoc
@@ -72,7 +72,7 @@ as well as other ways to obtain a copy of FreeBSD.
For general questions or technical support, please address the {freebsd-questions}.
-If you track the `{releaseBranch}` branch: you must subscribe to the {freebsd-stable}, to keep abreast of developments and changes that may affect your use and maintainance of the system.
+If you track the `{releaseBranch}` branch: you must subscribe to the {freebsd-stable}, to keep abreast of developments and changes that may affect your use and maintenance of the system.
Being a largely volunteer effort, the Project is always happy to have extra hands willing to help -- there are far more desired enhancements than there is time to implement them.
To contact the developers on technical matters, or with offers of help, please address the {freebsd-hackers}.
diff --git a/website/content/en/releases/14.2R/readme.adoc b/website/content/en/releases/14.2R/readme.adoc
index 19c234ab96..0e7bf2824b 100644
--- a/website/content/en/releases/14.2R/readme.adoc
+++ b/website/content/en/releases/14.2R/readme.adoc
@@ -71,7 +71,7 @@ as well as other ways to obtain a copy of FreeBSD.
For general questions or technical support, please address the {freebsd-questions}.
-If you track the `{releaseBranch}` branch: you must subscribe to the {freebsd-stable}, to keep abreast of developments and changes that may affect your use and maintainance of the system.
+If you track the `{releaseBranch}` branch: you must subscribe to the {freebsd-stable}, to keep abreast of developments and changes that may affect your use and maintenance of the system.
Being a largely volunteer effort, the Project is always happy to have extra hands willing to help -- there are far more desired enhancements than there is time to implement them.
To contact the developers on technical matters, or with offers of help, please address the {freebsd-hackers}.
diff --git a/website/content/en/releases/14.3R/readme.adoc b/website/content/en/releases/14.3R/readme.adoc
index 775132ca4e..82ca1d29f1 100644
--- a/website/content/en/releases/14.3R/readme.adoc
+++ b/website/content/en/releases/14.3R/readme.adoc
@@ -72,7 +72,7 @@ as well as other ways to obtain a copy of FreeBSD.
For general questions or technical support, please address the {freebsd-questions}.
-If you track the `{releaseBranch}` branch: you must subscribe to the {freebsd-stable}, to keep abreast of developments and changes that may affect your use and maintainance of the system.
+If you track the `{releaseBranch}` branch: you must subscribe to the {freebsd-stable}, to keep abreast of developments and changes that may affect your use and maintenance of the system.
Being a largely volunteer effort, the Project is always happy to have extra hands willing to help -- there are far more desired enhancements than there is time to implement them.
To contact the developers on technical matters, or with offers of help, please address the {freebsd-hackers}.
diff --git a/website/content/en/releases/14.4R/readme.adoc b/website/content/en/releases/14.4R/readme.adoc
index 70c76cbf84..50e9c32a32 100644
--- a/website/content/en/releases/14.4R/readme.adoc
+++ b/website/content/en/releases/14.4R/readme.adoc
@@ -72,7 +72,7 @@ as well as other ways to obtain a copy of FreeBSD.
For general questions or technical support, please address the {freebsd-questions}.
-If you track the `{releaseBranch}` branch: you must subscribe to the {freebsd-stable}, to keep abreast of developments and changes that may affect your use and maintainance of the system.
+If you track the `{releaseBranch}` branch: you must subscribe to the {freebsd-stable}, to keep abreast of developments and changes that may affect your use and maintenance of the system.
Being a largely volunteer effort, the Project is always happy to have extra hands willing to help -- there are far more desired enhancements than there is time to implement them.
To contact the developers on technical matters, or with offers of help, please address the {freebsd-hackers}.
diff --git a/website/content/en/releases/14.5R/readme.adoc b/website/content/en/releases/14.5R/readme.adoc
index d4f057ea86..7b4a0b8393 100644
--- a/website/content/en/releases/14.5R/readme.adoc
+++ b/website/content/en/releases/14.5R/readme.adoc
@@ -71,7 +71,7 @@ as well as other ways to obtain a copy of FreeBSD.
For general questions or technical support, please address the {freebsd-questions}.
-If you track the `{releaseBranch}` branch: you must subscribe to the {freebsd-stable}, to keep abreast of developments and changes that may affect your use and maintainance of the system.
+If you track the `{releaseBranch}` branch: you must subscribe to the {freebsd-stable}, to keep abreast of developments and changes that may affect your use and maintenance of the system.
Being a largely volunteer effort, the Project is always happy to have extra hands willing to help -- there are far more desired enhancements than there is time to implement them.
To contact the developers on technical matters, or with offers of help, please address the {freebsd-hackers}.
diff --git a/website/content/en/releases/15.0R/readme.adoc b/website/content/en/releases/15.0R/readme.adoc
index c10f444ef1..176fc97cb1 100644
--- a/website/content/en/releases/15.0R/readme.adoc
+++ b/website/content/en/releases/15.0R/readme.adoc
@@ -71,7 +71,7 @@ as well as other ways to obtain a copy of FreeBSD.
For general questions or technical support, please address the {freebsd-questions}.
-If you track the `{releaseBranch}` branch: you must subscribe to the {freebsd-stable}, to keep abreast of developments and changes that may affect your use and maintainance of the system.
+If you track the `{releaseBranch}` branch: you must subscribe to the {freebsd-stable}, to keep abreast of developments and changes that may affect your use and maintenance of the system.
Being a largely volunteer effort, the Project is always happy to have extra hands willing to help -- there are far more desired enhancements than there is time to implement them.
To contact the developers on technical matters, or with offers of help, please address the {freebsd-hackers}.