diff --git a/release/doc/en_US.ISO8859-1/relnotes/article.sgml b/release/doc/en_US.ISO8859-1/relnotes/article.sgml
index b1e4a7c983e..74c12cc72f9 100644
--- a/release/doc/en_US.ISO8859-1/relnotes/article.sgml
+++ b/release/doc/en_US.ISO8859-1/relnotes/article.sgml
@@ -142,16 +142,12 @@
and threads currently holding sleep mutexes (and spin mutexes for
the current thread). &merged;
- A bug, which caused the last line of configuration files such as &man.hosts.5;,
- &man.services.5;, and so on to be ignored if it did not end in a newline character,
- has been fixed.
-
The &man.jail.8; now supports a new sysctl
security.jail.chflags_allowed, which controls the
behavior of &man.chflags.1; within a jail.
- If set to 0 (the default), then a jailed root user is
+ If set to 0 (the default), then a jailed root user is
treated as an unprivileged user; if set to 1, then
- a jailed root user is treated the same as an unjailed root user. &merged;
+ a jailed root user is treated the same as an unjailed root user. &merged;
The loader tunable debug.mpsafevm
has been enabled by default. &merged;
@@ -287,8 +283,8 @@
details can be found in the &man.cpufreq.4; manual page. &merged;
Currently supported drivers include ichss (Intel SpeedStep for ICH),
acpi_perf (ACPI CPU performance states), and acpi_throttle
- (ACPI CPU throttling), and the last two drivers have been merged into
- &man.acpi.4;. These can individually be disabled by setting device
+ (ACPI CPU throttling). The latter two drivers are contained
+ in the &man.acpi.4; driver. These can individually be disabled by setting device
hints such as hint.ichss.0.disabled="1".
Support for the OLDCARD subsystem has
@@ -465,7 +461,7 @@
strategies.
A new &man.ng.ipfw.4; NetGraph node provides
- a simple interface between &man.ipfw.4; and &man.netgraph.4;
+ a simple interface between the &man.ipfw.4; and &man.netgraph.4;
facilities.
A new &man.ng.netflow.4; NetGraph node allows a router
@@ -544,7 +540,7 @@
The &man.hptmv.4; driver, which supports the HighPoint
RocketRAID 182x series, has been added. &merged;
- The &man.ips.4; driver now supports the kernel crash dump
+ The &man.ips.4; driver now support kernel crash dumps
on some modern ServeRAID models. &merged;
The &man.matcd.4; driver has been removed. &merged;
@@ -632,9 +628,9 @@
denial-of-service attack (see
for more details).
Note that although the query order has been changed,
- the result linked-list of struct addrinfo
- set by &man.getaddrinfo.3; is still in order of
- AF_INET6 to AF_INET. &merged;
+ the returned result still includes
+ AF_INET6 records before
+ AF_INET records. &merged;
The gvinum(8) utility now supports
checkparity,
@@ -859,6 +855,10 @@
The standard requires that the constructed
arguments cannot grow larger than 255 bytes.
+ A bug, which caused the last line of configuration files such as &man.hosts.5;,
+ &man.services.5;, and so on to be ignored if it did not end in a newline character,
+ has been fixed.
+
/etc/rc.d Scripts
@@ -1024,8 +1024,8 @@ moused_ums0_port="/dev/ums0"
are more correct and consistent, standard section headings are
now used throughout, and markup has been cleaned up.
- The following manual pages which are derived from RFC
- and possibly violate the IETF's copyright have been replaced:
+ The following manual pages, which were derived from RFCs
+ and possibly violate the IETF's copyrights, have been replaced:
&man.gai.strerror.3;,
&man.getaddrinfo.3;,
&man.getnameinfo.3;,
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 b1e4a7c983e..74c12cc72f9 100644
--- a/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml
+++ b/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml
@@ -142,16 +142,12 @@
and threads currently holding sleep mutexes (and spin mutexes for
the current thread). &merged;
- A bug, which caused the last line of configuration files such as &man.hosts.5;,
- &man.services.5;, and so on to be ignored if it did not end in a newline character,
- has been fixed.
-
The &man.jail.8; now supports a new sysctl
security.jail.chflags_allowed, which controls the
behavior of &man.chflags.1; within a jail.
- If set to 0 (the default), then a jailed root user is
+ If set to 0 (the default), then a jailed root user is
treated as an unprivileged user; if set to 1, then
- a jailed root user is treated the same as an unjailed root user. &merged;
+ a jailed root user is treated the same as an unjailed root user. &merged;
The loader tunable debug.mpsafevm
has been enabled by default. &merged;
@@ -287,8 +283,8 @@
details can be found in the &man.cpufreq.4; manual page. &merged;
Currently supported drivers include ichss (Intel SpeedStep for ICH),
acpi_perf (ACPI CPU performance states), and acpi_throttle
- (ACPI CPU throttling), and the last two drivers have been merged into
- &man.acpi.4;. These can individually be disabled by setting device
+ (ACPI CPU throttling). The latter two drivers are contained
+ in the &man.acpi.4; driver. These can individually be disabled by setting device
hints such as hint.ichss.0.disabled="1".
Support for the OLDCARD subsystem has
@@ -465,7 +461,7 @@
strategies.
A new &man.ng.ipfw.4; NetGraph node provides
- a simple interface between &man.ipfw.4; and &man.netgraph.4;
+ a simple interface between the &man.ipfw.4; and &man.netgraph.4;
facilities.
A new &man.ng.netflow.4; NetGraph node allows a router
@@ -544,7 +540,7 @@
The &man.hptmv.4; driver, which supports the HighPoint
RocketRAID 182x series, has been added. &merged;
- The &man.ips.4; driver now supports the kernel crash dump
+ The &man.ips.4; driver now support kernel crash dumps
on some modern ServeRAID models. &merged;
The &man.matcd.4; driver has been removed. &merged;
@@ -632,9 +628,9 @@
denial-of-service attack (see
for more details).
Note that although the query order has been changed,
- the result linked-list of struct addrinfo
- set by &man.getaddrinfo.3; is still in order of
- AF_INET6 to AF_INET. &merged;
+ the returned result still includes
+ AF_INET6 records before
+ AF_INET records. &merged;
The gvinum(8) utility now supports
checkparity,
@@ -859,6 +855,10 @@
The standard requires that the constructed
arguments cannot grow larger than 255 bytes.
+ A bug, which caused the last line of configuration files such as &man.hosts.5;,
+ &man.services.5;, and so on to be ignored if it did not end in a newline character,
+ has been fixed.
+
/etc/rc.d Scripts
@@ -1024,8 +1024,8 @@ moused_ums0_port="/dev/ums0"
are more correct and consistent, standard section headings are
now used throughout, and markup has been cleaned up.
- The following manual pages which are derived from RFC
- and possibly violate the IETF's copyright have been replaced:
+ The following manual pages, which were derived from RFCs
+ and possibly violate the IETF's copyrights, have been replaced:
&man.gai.strerror.3;,
&man.getaddrinfo.3;,
&man.getnameinfo.3;,