From d26ea2b24d7322a803a2d867b6ae958a7afa4c4d Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sun, 9 Jul 2006 22:45:48 +0000 Subject: 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 --- doc/text2pcap.pod | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/text2pcap.pod') 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 EtimefmtE Treats the text before the packet as a date/time code; I is a -format string of the sort supported by B. +format string of the sort supported by strptime(3). Example: The time "10:15:14.5476" has the format code "%H:%M:%S." B The subsecond component delimiter must be specified (.) but no @@ -195,12 +195,12 @@ a second. =head1 SEE ALSO -I, I, I, I, I, I. +od(1), tcpdump(8), pcap(3), wireshark(1), editcap(1), strptime(3). =head1 NOTES B is part of the B distribution. The latest version -of B can be found at B. +of B can be found at L. =head1 AUTHORS -- cgit v1.2.1