1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
From: Rafael Cunha de Almeida <rafael@kontesti.me>
Last-Update: 2010-04-24
Description: Fix groff warning
groff warns about extraneous Re in both tcpprof.1 and tcpstat.1. This
patch removes the offending line.
diff --git a/doc/tcpprof.1 b/doc/tcpprof.1
index eac1efa..52a455f 100644
--- a/doc/tcpprof.1
+++ b/doc/tcpprof.1
@@ -180,7 +180,6 @@ generated file "file.dump".
.Xr tcpdump 1 ,
.Xr pcap 3 ,
.Xr bpf 4
-.Re
.Sh HISTORY
.Nm
was first written along side tcpstat in Winter 1998 using FreeBSD 3.0,
diff --git a/doc/tcpstat.1 b/doc/tcpstat.1
index 0669c25..10cfcce 100644
--- a/doc/tcpstat.1
+++ b/doc/tcpstat.1
@@ -296,7 +296,6 @@ my modem (28800 bits per second.)
.Xr pcap 3 ,
.Xr bpf 4 ,
.Xr printf 3
-.Re
.Sh NOTES
.Ss Interval size affects bandwidth
Due to the nature of how bandwidth is actually measured (from discrete
|