git: 096a7637af - main - Typos and a rewording.
Marc Fonvieille
blackend at FreeBSD.org
Sat Feb 27 17:20:29 UTC 2021
The branch main has been updated by blackend:
URL: https://cgit.FreeBSD.org/doc/commit/?id=096a7637afe9a40816ca4f131829762375cb1ded
commit 096a7637afe9a40816ca4f131829762375cb1ded
Author: Marc Fonvieille <blackend at FreeBSD.org>
AuthorDate: 2021-02-27 17:19:50 +0000
Commit: Marc Fonvieille <blackend at FreeBSD.org>
CommitDate: 2021-02-27 17:19:50 +0000
Typos and a rewording.
---
website/content/en/releases/13.0R/relnotes.adoc | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/website/content/en/releases/13.0R/relnotes.adoc b/website/content/en/releases/13.0R/relnotes.adoc
index ded24f8d46..0f7312e711 100644
--- a/website/content/en/releases/13.0R/relnotes.adoc
+++ b/website/content/en/releases/13.0R/relnotes.adoc
@@ -128,7 +128,7 @@ The {{< manpage "inetd" "8" >}} utility now includes comments for all examples.
The calendar program used to invoke the traditional C pre-processor to process include files and conditional sections of the data files.
This had to be changed when the traditional C pre-processor was removed from FreeBSD, and a simple pre-processor was implemented within the calendar program itself.
-The calendar program in FreeBSD-13 restores the condition and comment processing to the level provided by the C pre-processor and offers the the following features:
+The calendar program in FreeBSD-13 restores the condition and comment processing to the level provided by the C pre-processor and offers the following features:
- Support #undef to cancel a prior #define
- #ifdef, #ifndef, #else, and #endif are supported and can be nested
@@ -152,7 +152,7 @@ This implementation of the bc and dc programs offers a number of advantages over
- They are significantly faster than the current code in base (more than 2 orders of magnitude in some of my tests, e.g. for 12345^100000).
- They should be fully compatible with all features and the behavior of the current implementations in FreeBSD.
- They support POSIX message catalogs and come with localized messages in Chinese, Dutch, English, French, German, Japanese, Polish, Portugueze, and Russian.
-- They offer very detailed man-pages that provide far more information than the current ones.
+- They offer very detailed manual pages that provide far more information than the current ones.
The previous implementation is still available in FreeBSD-13 and can be selected instead of the new one by the build option WITHOUT_GH_BC.
@@ -241,7 +241,7 @@ The {{< manpage "ping" "8" >}} and {{< manpage "ping6" "8" >}} utilities both su
[[hardware]]
== Hardware Support
-This section covers general hardware support for physical machines, hypervisors, and virtualizatio n environments, as well as hardware changes and updates that do not otherwise fit in other sections of this document.
+This section covers general hardware support for physical machines, hypervisors, and virtualization environments, as well as hardware changes and updates that do not otherwise fit in other sections of this document.
[[hardware-virtualization]]
=== Virtualization Support
More information about the dev-commits-doc-all
mailing list