diff options
author | adrianp <adrianp@pkgsrc.org> | 2004-08-17 19:19:53 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2004-08-17 19:19:53 +0000 |
commit | 6199767bffaf3c0cc681b0b56a3c937654b66dca (patch) | |
tree | d9b5d1e8bbed204b07202597f1e0522a8cc0c3a4 /net/tcptrace | |
parent | dacc239485456c54e42eca978207e68eec5ca845 (diff) | |
download | pkgsrc-6199767bffaf3c0cc681b0b56a3c937654b66dca.tar.gz |
- make pkglint happy
- fix typos in DESCR
suggestions by snj@.
Diffstat (limited to 'net/tcptrace')
-rw-r--r-- | net/tcptrace/DESCR | 6 | ||||
-rw-r--r-- | net/tcptrace/Makefile | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/tcptrace/DESCR b/net/tcptrace/DESCR index 6bdc5e867cb..841a51be7b4 100644 --- a/net/tcptrace/DESCR +++ b/net/tcptrace/DESCR @@ -1,11 +1,11 @@ tcptrace is a TCP dump file analysis tool written by Shawn Ostermann -at Ohio University. It is NOT a packet capture program. It reads +at Ohio University. It is NOT a packet capturing program. It reads output dump files in the formats of several popular packet capturing -programs: tcpdump, snoop, etherpeek, and netm +programs: tcpdump, snoop, etherpeek, and netm. For each connection, it keeps track of elapsed time, bytes/segments sent and received, retransmissions, round trip times, window -advertisements, throughput, etc. Its output format ranges from +advertisements, throughput, etc. Its output format ranges from Simple to Long to Very Detailed. It can also produce three different types of graphs, as follows: diff --git a/net/tcptrace/Makefile b/net/tcptrace/Makefile index b3d9b3d655e..bbae28dc959 100644 --- a/net/tcptrace/Makefile +++ b/net/tcptrace/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2004/08/17 11:10:27 adrianp Exp $ +# $NetBSD: Makefile,v 1.24 2004/08/17 19:19:53 adrianp Exp $ # DISTNAME= tcptrace-6.6.1 @@ -22,8 +22,8 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/tcptrace ${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/tcptrace.man ${PREFIX}/man/man1/tcptrace.1 ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/tcptrace -.for file in ${DOCFILES} - ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/tcptrace +.for f in ${DOCFILES} + ${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/share/doc/tcptrace .endfor .include "../../archivers/bzip2/buildlink3.mk" |