diff --git a/release/doc/en_US.ISO8859-1/relnotes/article.sgml b/release/doc/en_US.ISO8859-1/relnotes/article.sgml index 2a393618a11..3d7fd505f51 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/article.sgml +++ b/release/doc/en_US.ISO8859-1/relnotes/article.sgml @@ -213,11 +213,11 @@ variable; &man.dmesg.8; no longer needs to be SGID kmem. - A simple hash-based lookup optimization for large directories - called dirhash has been added. Conditional on the - UFS_DIRHASH kernel option, it improves the speed of - operations on very large directories at the expense of some - memory. + Two new &man.ddb.4; commands, hwatch and + dhwatch, have been introduced. Analogous to + watch and dwatch, they install + hardware watchpoints (as opposed to software watchpoints) if supported + by the architecture. &merged; Support for Streaming SIMD Extensions (SSE) has been introduced. The @@ -662,11 +662,11 @@ pseudofs, a pseudo-filesystem framework, has been added. &man.linprocfs.5; has been modified to use pseudofs. - Two new &man.ddb.4; commands, hwatch and - dhwatch, have been introduced. Analogous to - watch and dwatch, they install - hardware watchpoints (as opposed to software watchpoints) if - supported by the architecture. &merged; + A simple hash-based lookup optimization for large directories + called dirhash has been added. Conditional on the + UFS_DIRHASH kernel option, it improves the speed + of operations on very large directories at the expense of some + memory. 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 2a393618a11..3d7fd505f51 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml +++ b/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml @@ -213,11 +213,11 @@ variable; &man.dmesg.8; no longer needs to be SGID kmem. - A simple hash-based lookup optimization for large directories - called dirhash has been added. Conditional on the - UFS_DIRHASH kernel option, it improves the speed of - operations on very large directories at the expense of some - memory. + Two new &man.ddb.4; commands, hwatch and + dhwatch, have been introduced. Analogous to + watch and dwatch, they install + hardware watchpoints (as opposed to software watchpoints) if supported + by the architecture. &merged; Support for Streaming SIMD Extensions (SSE) has been introduced. The @@ -662,11 +662,11 @@ pseudofs, a pseudo-filesystem framework, has been added. &man.linprocfs.5; has been modified to use pseudofs. - Two new &man.ddb.4; commands, hwatch and - dhwatch, have been introduced. Analogous to - watch and dwatch, they install - hardware watchpoints (as opposed to software watchpoints) if - supported by the architecture. &merged; + A simple hash-based lookup optimization for large directories + called dirhash has been added. Conditional on the + UFS_DIRHASH kernel option, it improves the speed + of operations on very large directories at the expense of some + memory.