aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorChris Maynard <Christopher.Maynard@GTECH.COM>2013-05-20 02:21:07 +0000
committerChris Maynard <Christopher.Maynard@GTECH.COM>2013-05-20 02:21:07 +0000
commit08b0f7296a079773c6ca46695b9837da2e93c5ca (patch)
tree8d94446d79010f6460e16bba0067a7867cbe3cb5 /doc
parentba8322cda45136961607763849c2e8f402b2f06a (diff)
If tcpdump doesn't exist, why refer to it? Omit this confusing phrase.
svn path=/trunk/; revision=49427
Diffstat (limited to 'doc')
-rw-r--r--doc/capinfos.pod2
-rw-r--r--doc/dumpcap.pod2
-rw-r--r--doc/editcap.pod2
-rw-r--r--doc/mergecap.pod2
-rw-r--r--doc/rawshark.pod2
-rw-r--r--doc/reordercap.pod2
-rw-r--r--doc/text2pcap.pod2
-rw-r--r--doc/tshark.pod2
-rw-r--r--doc/wireshark.pod.template2
9 files changed, 9 insertions, 9 deletions
diff --git a/doc/capinfos.pod b/doc/capinfos.pod
index e47e77b8e5..9359cf79ee 100644
--- a/doc/capinfos.pod
+++ b/doc/capinfos.pod
@@ -332,7 +332,7 @@ into spreadsheet applications.
=head1 SEE ALSO
pcap(3), wireshark(1), mergecap(1), editcap(1), tshark(1),
-dumpcap(1), pcap-filter(7) or tcpdump(8) if it doesn't exist
+dumpcap(1), pcap-filter(7) or tcpdump(8)
=head1 NOTES
diff --git a/doc/dumpcap.pod b/doc/dumpcap.pod
index 800388da76..6ff5c75a13 100644
--- a/doc/dumpcap.pod
+++ b/doc/dumpcap.pod
@@ -348,7 +348,7 @@ or, if that doesn't exist, L<http://wiki.wireshark.org/CaptureFilters>.
=head1 SEE ALSO
wireshark(1), tshark(1), editcap(1), mergecap(1), capinfos(1), pcap(3),
-pcap-filter(7) or tcpdump(8) if it doesn't exist.
+pcap-filter(7) or tcpdump(8)
=head1 NOTES
diff --git a/doc/editcap.pod b/doc/editcap.pod
index ec9338bfe7..080a094d64 100644
--- a/doc/editcap.pod
+++ b/doc/editcap.pod
@@ -343,7 +343,7 @@ To introduce 5% random errors in a capture file use:
=head1 SEE ALSO
pcap(3), wireshark(1), tshark(1), mergecap(1), dumpcap(1), capinfos(1),
-text2pcap(1), od(1), pcap-filter(7) or tcpdump(8) if it doesn't exist.
+text2pcap(1), od(1), pcap-filter(7) or tcpdump(8)
=head1 NOTES
diff --git a/doc/mergecap.pod b/doc/mergecap.pod
index f72c3af39c..1376bbcf2c 100644
--- a/doc/mergecap.pod
+++ b/doc/mergecap.pod
@@ -134,7 +134,7 @@ seconds.)
=head1 SEE ALSO
pcap(3), wireshark(1), tshark(1), dumpcap(1), editcap(1), text2pcap(1),
-pcap-filter(7) or tcpdump(8) if it doesn't exist.
+pcap-filter(7) or tcpdump(8)
=head1 NOTES
diff --git a/doc/rawshark.pod b/doc/rawshark.pod
index cc47174e22..5500cd2476 100644
--- a/doc/rawshark.pod
+++ b/doc/rawshark.pod
@@ -510,7 +510,7 @@ debugging out-of-memory conditions.
=head1 SEE ALSO
wireshark-filter(4), wireshark(1), tshark(1), editcap(1), pcap(3), dumpcap(1),
-text2pcap(1), pcap-filter(7) or tcpdump(8) if it doesn't exist.
+text2pcap(1), pcap-filter(7) or tcpdump(8)
=head1 NOTES
diff --git a/doc/reordercap.pod b/doc/reordercap.pod
index 08a1c9ab69..b9c71bb20d 100644
--- a/doc/reordercap.pod
+++ b/doc/reordercap.pod
@@ -43,7 +43,7 @@ file if it finds that the input file is already in order.
=head1 SEE ALSO
pcap(3), wireshark(1), tshark(1), dumpcap(1), editcap(1), mergecap(1),
-text2pcap(1), pcap-filter(7) or tcpdump(8) if it doesn't exist.
+text2pcap(1), pcap-filter(7) or tcpdump(8)
=head1 NOTES
diff --git a/doc/text2pcap.pod b/doc/text2pcap.pod
index 0151f1e726..0f4198811c 100644
--- a/doc/text2pcap.pod
+++ b/doc/text2pcap.pod
@@ -223,7 +223,7 @@ Example: I<-u1000,69> to make the packets look like TFTP/UDP packets.
=head1 SEE ALSO
od(1), pcap(3), wireshark(1), tshark(1), dumpcap(1), mergecap(1),
-editcap(1), strptime(3), pcap-filter(7) or tcpdump(8) if it doesn't exist.
+editcap(1), strptime(3), pcap-filter(7) or tcpdump(8)
=head1 NOTES
diff --git a/doc/tshark.pod b/doc/tshark.pod
index f51b6e0ce7..44d488a4ae 100644
--- a/doc/tshark.pod
+++ b/doc/tshark.pod
@@ -1668,7 +1668,7 @@ debugging out-of-memory conditions.
=head1 SEE ALSO
wireshark-filter(4), wireshark(1), editcap(1), pcap(3), dumpcap(1),
-text2pcap(1), mergecap(1), pcap-filter(7) or tcpdump(8) if it doesn't exist.
+text2pcap(1), mergecap(1), pcap-filter(7) or tcpdump(8)
=head1 NOTES
diff --git a/doc/wireshark.pod.template b/doc/wireshark.pod.template
index 363d999684..44afe294f1 100644
--- a/doc/wireshark.pod.template
+++ b/doc/wireshark.pod.template
@@ -2824,7 +2824,7 @@ debugging out-of-memory conditions.
=head1 SEE ALSO
wireshark-filter(4), tshark(1), editcap(1), pcap(3), dumpcap(1), mergecap(1),
-text2pcap(1), pcap-filter(7) or tcpdump(8) if it doesn't exist.
+text2pcap(1), pcap-filter(7) or tcpdump(8)
=head1 NOTES