summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorbmah <bmah@FreeBSD.org>2001-02-27 19:25:23 +0000
committerbmah <bmah@FreeBSD.org>2001-02-27 19:25:23 +0000
commit0b306b40dfef62f6bdfc9f744bf87ee27753005d (patch)
treee7044d432c891256ebb1f6f4e26549045ca12b65 /release
parent79a9a1409356c9103b8b0343c60e5d1d70e73e9c (diff)
downloadFreeBSD-src-0b306b40dfef62f6bdfc9f744bf87ee27753005d.zip
FreeBSD-src-0b306b40dfef62f6bdfc9f744bf87ee27753005d.tar.gz
Fix typo: s/TAR_SSH/TAR_RSH/
Update: ICMP resetting TCP sysctl is now net.inet.tcp.icmp_may_rst. Submitted by: knu, jesper
Diffstat (limited to 'release')
-rw-r--r--release/texts/alpha/RELNOTES.TXT4
-rw-r--r--release/texts/i386/RELNOTES.TXT6
2 files changed, 5 insertions, 5 deletions
diff --git a/release/texts/alpha/RELNOTES.TXT b/release/texts/alpha/RELNOTES.TXT
index a4a2c1b..f589550 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 abb4d8f..5e04c28 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,
OpenPOWER on IntegriCloud