Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Nov 2024 15:21:45 GMT
From:      Alan Somers <asomers@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: a127d1f31730 - main - net/tcprtt: typo fix in pkg-descr
Message-ID:  <202411141521.4AEFLjwg058341@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by asomers:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a127d1f31730ea2cc2f4507a9c0fa4db369f1cc5

commit a127d1f31730ea2cc2f4507a9c0fa4db369f1cc5
Author:     Alan Somers <asomers@FreeBSD.org>
AuthorDate: 2024-11-14 15:20:17 +0000
Commit:     Alan Somers <asomers@FreeBSD.org>
CommitDate: 2024-11-14 15:20:17 +0000

    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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411141521.4AEFLjwg058341>