aboutsummaryrefslogtreecommitdiffstats
path: root/doc/text2pcap.pod
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-11-24 08:59:39 +0000
committerGuy Harris <guy@alum.mit.edu>2001-11-24 08:59:39 +0000
commit3ee8a764759e9cc77488980c5e231b5a7f2fda12 (patch)
tree19242dc031fb82c3e03a13869612b64aa033a6a1 /doc/text2pcap.pod
parenteef6af7f863d4f5ff518fab5ab1cc61c617fac87 (diff)
Fix the usage message and man page for text2pcap.
svn path=/trunk/; revision=4254
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