tcp.7: tfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Yuri Kozlov 2014-02-04 09:57:30 +01:00 committed by Michael Kerrisk
parent c30dd39f73
commit 774038c256
1 changed files with 2 additions and 2 deletions

View File

@ -1028,7 +1028,7 @@ This option takes an
.IR "unsigned int"
as an argument.
When the value is greater than 0,
it specifies the maximum amount of time in imilliseconds that transmitted
it specifies the maximum amount of time in milliseconds that transmitted
data may remain unacknowledged before TCP will forcibly close the
corresponding connection and return
.B ETIMEDOUT
@ -1040,7 +1040,7 @@ Increasing user timeouts allows a TCP connection to survive extended
periods without end-to-end connectivity.
Decreasing user timeouts
allows applications to "fail fast", if so desired.
Otherwise, failure may take upto 20 minutes with
Otherwise, failure may take up to 20 minutes with
the current system defaults in a normal WAN environment.
This option can be set during any state of a TCP connection,