diff --git a/release/doc/en_US.ISO8859-1/relnotes/article.sgml b/release/doc/en_US.ISO8859-1/relnotes/article.sgml
index 0180cc4ae10..9580babb83e 100644
--- a/release/doc/en_US.ISO8859-1/relnotes/article.sgml
+++ b/release/doc/en_US.ISO8859-1/relnotes/article.sgml
@@ -812,20 +812,20 @@
A new GEOM_STRIPE
class which implements RAID0 transformation has been added.
- This class has two modes: FAST
and
- ECONOMIC
. In the FAST
mode,
+ This class has two modes: fast
and
+ economic
. In fast mode,
when very small stripe size is used, only one I/O request
- will be send to every disks in stripe, and it is about 10
- times faster for small stripe size than ECONOMIC
+ will be sent to every disk in a stripe; it performs about 10
+ times faster for small stripe sizes than economic
mode and other RAID0 implementations.
- While this FAST
mode is used by default,
- because this mode consumes some more memory,
- ECONOMIC
mode which sends requests each time,
- can be enabled by setting a loader tunable
+ While fast mode is used by default,
+ it consumes more memory than
+ economic mode, which sends requests each time.
+ Economic mode can be enabled by setting a loader tunable
kern.geom.stripe.fast to 0.
- It is also possible to setup maximum memory
- which FAST
mode can consume,
- by setting a loader tunable
+ It is also possible to specify the maximum memory
+ that fast mode can consume,
+ by setting the loader tunable
kern.geom.stripe.maxmem.
GEOM Gate, which consists of a new GEOM_GATE
@@ -860,15 +860,15 @@
if the server requires it; this may eventually become an
option to &man.mount.smbfs.8;.
- A kernel option options MSDOSFS_LARGE
+ The options MSDOSFS_LARGE kernel option
has been added to support for FAT32 filesystems bigger
- than 128GB. This is not enabled by default, and note
- that this uses at least 32 bytes of kernel memory for
- each file on disk, but this is only safe to use in certain
- controlled situations such as read-only mount
+ than 128GB. This option is disabled by default. It
+ uses at least 32 bytes of kernel memory for
+ each file on disk; furthermore it is only safe to use in certain
+ controlled situations, such as read-only mount
with less than 1 million files and so on.
- And this does not support exporting these large filesystems
- over NFS.
+ Exporting these large filesystems
+ over NFS is not supported.
@@ -1520,7 +1520,7 @@
has been updated from 3.1.4 to 3.2.3.
The security/portaudit utility
- now exists in the ports collection. This utility will read a database
+ has been added to the &os; Ports Collection. This utility will read a database
containing known ports vulnerabilities and report them to the
administrator.
diff --git a/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml b/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml
index 0180cc4ae10..9580babb83e 100644
--- a/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml
+++ b/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml
@@ -812,20 +812,20 @@
A new GEOM_STRIPE
class which implements RAID0 transformation has been added.
- This class has two modes: FAST
and
- ECONOMIC
. In the FAST
mode,
+ This class has two modes: fast
and
+ economic
. In fast mode,
when very small stripe size is used, only one I/O request
- will be send to every disks in stripe, and it is about 10
- times faster for small stripe size than ECONOMIC
+ will be sent to every disk in a stripe; it performs about 10
+ times faster for small stripe sizes than economic
mode and other RAID0 implementations.
- While this FAST
mode is used by default,
- because this mode consumes some more memory,
- ECONOMIC
mode which sends requests each time,
- can be enabled by setting a loader tunable
+ While fast mode is used by default,
+ it consumes more memory than
+ economic mode, which sends requests each time.
+ Economic mode can be enabled by setting a loader tunable
kern.geom.stripe.fast to 0.
- It is also possible to setup maximum memory
- which FAST
mode can consume,
- by setting a loader tunable
+ It is also possible to specify the maximum memory
+ that fast mode can consume,
+ by setting the loader tunable
kern.geom.stripe.maxmem.
GEOM Gate, which consists of a new GEOM_GATE
@@ -860,15 +860,15 @@
if the server requires it; this may eventually become an
option to &man.mount.smbfs.8;.
- A kernel option options MSDOSFS_LARGE
+ The options MSDOSFS_LARGE kernel option
has been added to support for FAT32 filesystems bigger
- than 128GB. This is not enabled by default, and note
- that this uses at least 32 bytes of kernel memory for
- each file on disk, but this is only safe to use in certain
- controlled situations such as read-only mount
+ than 128GB. This option is disabled by default. It
+ uses at least 32 bytes of kernel memory for
+ each file on disk; furthermore it is only safe to use in certain
+ controlled situations, such as read-only mount
with less than 1 million files and so on.
- And this does not support exporting these large filesystems
- over NFS.
+ Exporting these large filesystems
+ over NFS is not supported.
@@ -1520,7 +1520,7 @@
has been updated from 3.1.4 to 3.2.3.
The security/portaudit utility
- now exists in the ports collection. This utility will read a database
+ has been added to the &os; Ports Collection. This utility will read a database
containing known ports vulnerabilities and report them to the
administrator.