The branch main has been updated by tuexen:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=8b4f237c561686a9d9188724adb03f660ae79480

commit 8b4f237c561686a9d9188724adb03f660ae79480
Author:     Peter Lei <peter...@netflix.com>
AuthorDate: 2025-06-26 13:14:27 +0000
Commit:     Michael Tuexen <tue...@freebsd.org>
CommitDate: 2025-06-26 13:16:54 +0000

    tcp.4: fix typo for newcwv sysctl
    
    Reviewed by:    tuexen
    MFC after:      1 week
    Sponsored by:   Netflix, Inc.
---
 share/man/man4/tcp.4 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/share/man/man4/tcp.4 b/share/man/man4/tcp.4
index 4c00c78bb2b1..536bd904d796 100644
--- a/share/man/man4/tcp.4
+++ b/share/man/man4/tcp.4
@@ -31,7 +31,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd June 16, 2025
+.Dd June 26, 2025
 .Dt TCP 4
 .Os
 .Sh NAME
@@ -784,7 +784,7 @@ The Maximum Segment Lifetime, in milliseconds, for a packet.
 The default value used for the TCP Maximum Segment Size
 .Pq Dq MSS
 for IPv4 when no advice to the contrary is received from MSS negotiation.
-.It Va newcwd
+.It Va newcwv
 Enable the New Congestion Window Validation mechanism as described in RFC 7661.
 This gently reduces the congestion window during periods, where TCP is
 application limited and the network bandwidth is not utilized completely.

Reply via email to