From a127d1f31730ea2cc2f4507a9c0fa4db369f1cc5 Mon Sep 17 00:00:00 2001 From: Alan Somers Date: Thu, 14 Nov 2024 08:20:17 -0700 Subject: [PATCH] net/tcprtt: typo fix in pkg-descr Sponsored by: ConnectWise --- net/tcprtt/Makefile | 2 +- net/tcprtt/pkg-descr | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net/tcprtt/Makefile b/net/tcprtt/Makefile index 9660179954e6..331ad1d224ee 100644 --- a/net/tcprtt/Makefile +++ b/net/tcprtt/Makefile @@ -4,7 +4,7 @@ PORTREVISION= 1 CATEGORIES= net MAINTAINER= rs@netflix.com -COMMENT= Measures the TCP handshake RTT using the stats(9) statistics framework +COMMENT= Measures the TCP handshake RTT using the stats(3) statistics framework LICENSE= BSD2CLAUSE diff --git a/net/tcprtt/pkg-descr b/net/tcprtt/pkg-descr index 7bb5b6addb4d..9f1163c81339 100644 --- a/net/tcprtt/pkg-descr +++ b/net/tcprtt/pkg-descr @@ -1,2 +1,2 @@ The tcprtt utility reliably measures the TCP handshake round trip time -using the stats(9) statistics framework. +using the stats(3) statistics framework.