aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJohn Thacker <johnthacker@gmail.com>2021-08-05 23:45:41 -0400
committerWireshark GitLab Utility <gerald+gitlab-utility@wireshark.org>2021-08-06 06:37:46 +0000
commit611013f98b74e03a83d5db133cb2f5653339f8e6 (patch)
tree97f9f99b9e52c704395eccef61928558fd2be64e /doc
parent74c00f4c2f76f1c29a8f7c0fe7c8795811f7c85b (diff)
captype docs: Fix name references
Fix a number of instances where the captype man page refers to capinfos instead of captype. (Copy and paste-o.) Also add captype to the SEE ALSO section of the capinfos man page.
Diffstat (limited to 'doc')
-rw-r--r--doc/capinfos.pod2
-rw-r--r--doc/captype.pod8
2 files changed, 5 insertions, 5 deletions
diff --git a/doc/capinfos.pod b/doc/capinfos.pod
index 65c7431a05..0ae118bbef 100644
--- a/doc/capinfos.pod
+++ b/doc/capinfos.pod
@@ -377,7 +377,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)
+dumpcap(1), captype(1), pcap-filter(7) or tcpdump(8)
=head1 NOTES
diff --git a/doc/captype.pod b/doc/captype.pod
index ac58dd2f41..ba1c086956 100644
--- a/doc/captype.pod
+++ b/doc/captype.pod
@@ -10,23 +10,23 @@ captype - Prints the types of capture files
=head1 SYNOPSIS
-B<capinfos>
+B<captype>
E<lt>I<infile>E<gt>
I<...>
=head1 DESCRIPTION
-B<Captypes> is a program that opens one or more capture files and
+B<Captype> is a program that opens one or more capture files and
prints the capture file type of each E<lt>I<infile>E<gt>.
-B<Capinfos> is able to detect and read the same capture files that are
+B<Captype> is able to detect and read the same capture files that are
supported by B<Wireshark>.
The input files don't need a specific filename extension; the file
format and an optional gzip compression will be automatically detected.
Near the beginning of the DESCRIPTION section of wireshark(1) or
L<https://www.wireshark.org/docs/man-pages/wireshark.html>
is a detailed description of the way B<Wireshark> handles this, which is
-the same way B<Capinfos> handles this.
+the same way B<Captype> handles this.
=head1 SEE ALSO