diff --git a/en_US.ISO8859-1/htdocs/features.xml b/en_US.ISO8859-1/htdocs/features.xml
index 8a669b3501..da494d29fe 100644
--- a/en_US.ISO8859-1/htdocs/features.xml
+++ b/en_US.ISO8859-1/htdocs/features.xml
@@ -33,10 +33,10 @@
of core router products, running root name servers, hosting
major web sites, and as the foundation for widely used desktop
operating systems. This is only possible because of the
- diverse and world-wide membership of the
+ diverse and worldwide membership of the
volunteer &os; Project.
- &os; 10.X introduced many new features
+
&os; 10.X introduces many new features
and replaces many legacy tools with updated versions.
@@ -105,16 +105,16 @@
CAPABILITY_MODE have been added to the GENERIC kernel.
- Hhook: (Helper Hook) and khelp(9) (Kernel Helpers)
- KPIs have been implemented. These are a superset of
+ KPIs have been implemented. These are a superset of the
pfil(9) framework for more general use in the kernel. The
hhook(9) KPI provides a way for kernel subsystems to export
- hook points that khelp(9) modules can hook to provide
+ hook points that khelp(9) modules can hook into to provide
enhanced or new functionality to the kernel. The khelp(9)
KPI provides a framework for managing khelp(9) modules,
which indirectly use the hhook(9) KPI to register their hook
functions with hook points of interest within the kernel.
- These allow a structured way to dynamically extend the
- kernel at runtime in an ABI preserving manner.
+ Together, they allow a structured way to dynamically extend the
+ kernel at runtime in an ABI-preserving manner.
- Accounting API has been implemented. It can keep
per-process, per-jail, and per-login class resource
@@ -128,7 +128,7 @@
implementation and takes user-configurable actions based on
the set of rules it maintains and the current resource
usage. The rctl(8) utility has been added to manage the
- rules in userland. Note that this is neither built nor
+ rules in userland. Note that this is neither built nor
installed by default.
- USB subsystem now supports USB packet filter.