diff --git a/net/tcprtt/Makefile b/net/tcprtt/Makefile index 9660179954e6..331ad1d224ee 100644 --- a/net/tcprtt/Makefile +++ b/net/tcprtt/Makefile @@ -1,21 +1,21 @@ PORTNAME= tcprtt DISTVERSION= g20191022 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 USE_GITHUB= yes GH_ACCOUNT= KlaraSystems GH_TAGNAME= 1c857b8bd6e071290d118c96c051fbdf7db40129 PLIST_FILES= bin/tcprtt share/man/man8/${PORTNAME}.8.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/tcprtt ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/tcprtt.8 ${STAGEDIR}${PREFIX}/share/man/man8 .include 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.