From 1b83dead3eb1ec477f970e02f235406d7e9a5da7 Mon Sep 17 00:00:00 2001 From: adrianp Date: Tue, 17 Aug 2004 19:19:53 +0000 Subject: - make pkglint happy - fix typos in DESCR suggestions by snj@. --- net/tcptrace/DESCR | 6 +++--- net/tcptrace/Makefile | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'net/tcptrace') 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" -- cgit v1.2.3