summaryrefslogtreecommitdiff
path: root/doc/text2pcap.pod
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2006-07-09 22:45:48 +0000
committerGuy Harris <guy@alum.mit.edu>2006-07-09 22:45:48 +0000
commitd26ea2b24d7322a803a2d867b6ae958a7afa4c4d (patch)
tree9b4b4641f5357d228c4a7126f8cf147cf823713b /doc/text2pcap.pod
parent8b315480f1df953751fda12c58ed891862e03edc (diff)
downloadwireshark-d26ea2b24d7322a803a2d867b6ae958a7afa4c4d.tar.gz
Use L<> on all links.
Don't use anything on man page references - pod2man handles that. Don't refer to "the capture file format section" of the Wireshark man page, as there's no section explicitly labelled as such; just refer to the beginning of the DESCRIPTION section. svn path=/trunk/; revision=18694
Diffstat (limited to 'doc/text2pcap.pod')
-rw-r--r--doc/text2pcap.pod6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/text2pcap.pod b/doc/text2pcap.pod
index 585cf2f3f4..bb17f6c595 100644
--- a/doc/text2pcap.pod
+++ b/doc/text2pcap.pod
@@ -184,7 +184,7 @@ SCTP header.
=item -t E<lt>timefmtE<gt>
Treats the text before the packet as a date/time code; I<timefmt> is a
-format string of the sort supported by B<strptime(3)>.
+format string of the sort supported by strptime(3).
Example: The time "10:15:14.5476" has the format code "%H:%M:%S."
B<NOTE:> The subsecond component delimiter must be specified (.) but no
@@ -195,12 +195,12 @@ a second.
=head1 SEE ALSO
-I<od(1)>, I<tcpdump(8)>, I<pcap(3)>, I<wireshark(1)>, I<editcap(1)>, I<strptime(3)>.
+od(1), tcpdump(8), pcap(3), wireshark(1), editcap(1), strptime(3).
=head1 NOTES
B<Text2pcap> is part of the B<Wireshark> distribution. The latest version
-of B<Wireshark> can be found at B<http://www.wireshark.org>.
+of B<Wireshark> can be found at L<http://www.wireshark.org>.
=head1 AUTHORS