From 277afd00bb2a1810c31e0d9d6bc4df55a490751a Mon Sep 17 00:00:00 2001 From: brueffer Date: Wed, 28 Feb 2007 21:36:11 +0000 Subject: [PATCH] mdoc cleanup for the previous commit and touch .Dd --- share/man/man4/tcp.4 | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/share/man/man4/tcp.4 b/share/man/man4/tcp.4 index 2a5beb42786..3475fd05f17 100644 --- a/share/man/man4/tcp.4 +++ b/share/man/man4/tcp.4 @@ -32,7 +32,7 @@ .\" From: @(#)tcp.4 8.1 (Berkeley) 6/5/93 .\" $FreeBSD$ .\" -.Dd January 22, 2007 +.Dd February 28, 2007 .Dt TCP 4 .Os .Sh NAME @@ -475,7 +475,8 @@ which allows the receiver to inform the sender about all successfully arrived segments, allowing the sender to retransmit the missing segments only. .It Va sack.maxholes -Maximum number of SACK holes per connection. Defaults to 128. +Maximum number of SACK holes per connection. +Defaults to 128. .It Va sack.globalmaxholes Maximum number of SACK holes per system, across all connections. Defaults to 65536. @@ -503,14 +504,15 @@ Recycle .Dv FIN_WAIT_2 connections faster when the socket is marked as "CANTRCVMORE" (no user process has the socket open, data received on -the socket cannot be read). The timeout used here is -.Va finwait2_timeout. +the socket cannot be read). +The timeout used here is +.Va finwait2_timeout . .It Va finwait2_timeout Timeout to use for fast recycling of .Tn TCP .Dv FIN_WAIT_2 -connections. Defaults to -60 seconds. +connections. +Defaults to 60 seconds. .El .Sh ERRORS A socket operation may fail with one of the following errors returned: -- 2.45.0