diff --git a/release/texts/alpha/RELNOTES.TXT b/release/texts/alpha/RELNOTES.TXT index a4a2c1bcdb9d..f5895509de05 100644 --- a/release/texts/alpha/RELNOTES.TXT +++ b/release/texts/alpha/RELNOTES.TXT @@ -218,7 +218,7 @@ separate counters. Each rate limiting queue now has its own description. ICMP UNREACH_FILTER_PROHIB messages can now RST TCP connections, as -controlled by the net.inet.tcp.icmp_admin_prohib_like_rst sysctl. +controlled by the net.inet.tcp.icmp_may_rst sysctl. TCP has received some bug fixes for its delayed ACK behavior. [MERGED] @@ -781,7 +781,7 @@ pkg_delete(1) now can perform glob/regexp matching of package names. In addition, it supports the -a option for removing all packages and the -i option for rm(1)-style interactive confirmation. -tar(1) now supports the TAR_SSH variable, principally to enable the +tar(1) now supports the TAR_RSH variable, principally to enable the use of ssh(1) as a transport. [MERGED] disklabel(8) now supports partition sizes expressed in kilobytes, diff --git a/release/texts/i386/RELNOTES.TXT b/release/texts/i386/RELNOTES.TXT index abb4d8fc6b11..5e04c28c0af8 100644 --- a/release/texts/i386/RELNOTES.TXT +++ b/release/texts/i386/RELNOTES.TXT @@ -174,7 +174,7 @@ Replace the PQ_*CACHE options with a single PQ_CACHESIZE option to be set to the cache size in kilobytes. The old options are still supported for backwards compatibility. [MERGED] -The NCPU, NAPIC, NBUS, and NINTR kernel configuration options, +The NCPU, NAPIC, NBUS, and NIN kernel configuration options, for configuring SMP kernels, have been removed. NCPU is now set to a maximum of 16, and the other, aforementioned options are now dynamic. [MERGED] @@ -288,7 +288,7 @@ separate counters. Each rate limiting queue now has its own description. ICMP UNREACH_FILTER_PROHIB messages can now RST TCP connections, as -controlled by the net.inet.tcp.icmp_admin_prohib_like_rst sysctl. +controlled by the net.inet.tcp.icmp_may_rst sysctl. TCP has received some bug fixes for its delayed ACK behavior. [MERGED] @@ -878,7 +878,7 @@ pkg_delete(1) now can perform glob/regexp matching of package names. In addition, it supports the -a option for removing all packages and the -i option for rm(1)-style interactive confirmation. -tar(1) now supports the TAR_SSH variable, principally to enable the +tar(1) now supports the TAR_RSH variable, principally to enable the use of ssh(1) as a transport. [MERGED] disklabel(8) now supports partition sizes expressed in kilobytes,