mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
net/tcprtt: typo fix in pkg-descr
Sponsored by: ConnectWise
This commit is contained in:
parent
6739adac21
commit
a127d1f317
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue