git: 36dc8980e8 - main - faq: Fix typos
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 15 Jun 2026 22:46:18 UTC
The branch main has been updated by ziaee:
URL: https://cgit.FreeBSD.org/doc/commit/?id=36dc8980e8705c6b974ca600426f3745f39db242
commit 36dc8980e8705c6b974ca600426f3745f39db242
Author: Jan StarĂ½ <hans@stare.cz>
AuthorDate: 2026-06-04 10:39:38 +0000
Commit: Alexander Ziaee <ziaee@FreeBSD.org>
CommitDate: 2026-06-15 22:44:16 +0000
faq: Fix typos
Reviewed by: ziaee
Closes: https://github.com/freebsd/freebsd-doc/pull/678
Closes: https://github.com/freebsd/freebsd-doc/pull/679
---
documentation/content/en/books/faq/_index.adoc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/documentation/content/en/books/faq/_index.adoc b/documentation/content/en/books/faq/_index.adoc
index 276900bce8..63e59945f6 100644
--- a/documentation/content/en/books/faq/_index.adoc
+++ b/documentation/content/en/books/faq/_index.adoc
@@ -226,7 +226,7 @@ It contains code that is undergoing further testing and refinement before being
STABLE is a good choice for those who want to track FreeBSD's development but prefer a more stable environment than CURRENT.
[[release-freq]]
-=== When are FreeBSD releases made of?
+=== When are FreeBSD releases made?
The {re} releases a new major version of FreeBSD about every 18 months and a new minor version about every 8 months, on average.
Release dates are announced well in advance, so that the people working on the system know when their projects need to be finished and tested.
@@ -356,7 +356,7 @@ The FreeBSD project maintains a link:https://www.freebsd.org/commercial/[list of
=== How can I learn more about FreeBSD's internals?
To delve deeper into the inner workings of FreeBSD, interested individuals can explore resources like "The Design And Implementation Of The FreeBSD Operating System".
-The extref:{arch-handbook}[FreeBSD Architecture Handbook]. is another valuable resource that provides detailed information about FreeBSD's architecture, system organization, and design principles
+The extref:{arch-handbook}[FreeBSD Architecture Handbook] is another valuable resource that provides detailed information about FreeBSD's architecture, system organization, and design principles
Additionally, reviewing the FreeBSD source code, available through the FreeBSD source repository, provides valuable insights into the operating system's core components.