Fix typo: s/TAR_SSH/TAR_RSH/

Update:  ICMP resetting TCP sysctl is now net.inet.tcp.icmp_may_rst.

Submitted by:	knu, jesper
This commit is contained in:
bmah 2001-02-27 19:25:23 +00:00
parent 79a9a14093
commit 0b306b40df
2 changed files with 5 additions and 5 deletions

View File

@ -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,

View File

@ -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,