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.
This commit is contained in:
John Thacker 2021-08-05 23:45:41 -04:00 committed by Wireshark GitLab Utility
parent 74c00f4c2f
commit 611013f98b
2 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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