aboutsummaryrefslogtreecommitdiffstats
path: root/doc/text2pcap.pod
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-11-24 08:59:39 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-11-24 08:59:39 +0000
commit50557e81bb04db8d92b084b0b65eda663e527c66 (patch)
tree19242dc031fb82c3e03a13869612b64aa033a6a1 /doc/text2pcap.pod
parent29e79a63680d49f9c85a12c6137170930d3ef76b (diff)
Fix the usage message and man page for text2pcap.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4254 f5534014-38df-0310-8fa8-9805f1628bb7
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 6ce266091b..619bd03b7c 100644
--- a/doc/text2pcap.pod
+++ b/doc/text2pcap.pod
@@ -135,8 +135,8 @@ appropriate Ethernet and IP headers with each packet. Example: I<-u
=item -t timefmt
-Treats the text before the packet as a date/time code; I<timevmt> is a
-format string of the sort supported by L<strptime(3)>.
+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)>.
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
@@ -145,7 +145,7 @@ a second.
=head1 SEE ALSO
-L<tcpdump(8)>, L<pcap(3)>, L<ethereal(1)>, L<editcap(1)>
+L<tcpdump(8)>, L<pcap(3)>, L<ethereal(1)>, L<editcap(1)>, L<strptime(3)>.
=head1 NOTES