aboutsummaryrefslogtreecommitdiffstats
path: root/doc/dumpcap.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/dumpcap.pod')
-rw-r--r--doc/dumpcap.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/dumpcap.pod b/doc/dumpcap.pod
index c67a0a70f3..29ca7a8ff2 100644
--- a/doc/dumpcap.pod
+++ b/doc/dumpcap.pod
@@ -71,7 +71,7 @@ syntax follows the rules of the pcap library.
=item -a|--autostop E<lt>capture autostop conditionE<gt>
Specify a criterion that specifies when B<Dumpcap> is to stop writing
-to a capture file. The criterion is of the form I<test>B<:>I<value>,
+to a capture file. The criterion is of the form I<test:value>,
where I<test> is one of:
B<duration>:I<value> Stop writing to a capture file after I<value> seconds have
@@ -105,7 +105,7 @@ writing to that file and so on. If the I<files> option is not set,
new files filled up until one of the capture stop conditions match (or
until the disk is full).
-The criterion is of the form I<key>B<:>I<value>,
+The criterion is of the form I<key:value>,
where I<key> is one of:
B<duration>:I<value> switch to the next file after I<value> seconds have