1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

net/tcprtt: typo fix in pkg-descr

Sponsored by:	ConnectWise
This commit is contained in:
Alan Somers 2024-11-14 08:20:17 -07:00
parent 6739adac21
commit a127d1f317
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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.