diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2012-03-20 06:18:13 +1300 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2012-03-20 06:18:13 +1300 |
| commit | 10968d61b8241a0c1bfffc7d3ed87d673fcb959e (patch) | |
| tree | ec53847403c638261b565f0ae428cb1ab001150f /man7/tcp.7 | |
| parent | e489d795865fd7e0ac5736c3be24402581dfde56 (diff) | |
| download | man-pages-10968d61b8241a0c1bfffc7d3ed87d673fcb959e.tar.gz | |
tcp.7: Correct RFC for TIME_WAIT assassination hazards
Reported-by: Artyom Pervukhin <artyom@evasive.ru>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man7/tcp.7')
| -rw-r--r-- | man7/tcp.7 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man7/tcp.7 b/man7/tcp.7 index 256f6222b4..35db671692 100644 --- a/man7/tcp.7 +++ b/man7/tcp.7 @@ -13,7 +13,7 @@ .\" be more or less up to date and complete as at Linux 2.6.27 .\" (other than the remaining FIXMEs in the page source below). .\" -.TH TCP 7 2010-09-10 "Linux" "Linux Programmer's Manual" +.TH TCP 7 2012-03-20 "Linux" "Linux Programmer's Manual" .SH NAME tcp \- TCP protocol .SH SYNOPSIS @@ -1148,7 +1148,7 @@ RFC\ 1122 for the TCP requirements and a description of the Nagle algorithm. .br RFC\ 1323 for TCP timestamp and window scaling options. .br -RFC\ 1644 for a description of TIME_WAIT assassination hazards. +RFC\ 1337 for a description of TIME_WAIT assassination hazards. .br RFC\ 3168 for a description of Explicit Congestion Notification. .br |
