summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/editcap.pod2
-rw-r--r--doc/sshdump.pod4
-rw-r--r--doc/text2pcap.pod2
3 files changed, 4 insertions, 4 deletions
diff --git a/doc/editcap.pod b/doc/editcap.pod
index 96dd003ad1..a122332f1d 100644
--- a/doc/editcap.pod
+++ b/doc/editcap.pod
@@ -191,7 +191,7 @@ whether B<-L> is specified or not). See also B<-C <choplen>> and B<-s <snaplen>
=item -o E<lt>change offsetE<gt>
-When used in conjuction with -E, skip some bytes from the beginning of the packet
+When used in conjunction with -E, skip some bytes from the beginning of the packet
from being changed. In this way some headers don't get changed, and the fuzzer is
more focused on a smaller part of the packet. Keeping a part of the packet fixed
the same dissector is triggered, that make the fuzzing more precise.
diff --git a/doc/sshdump.pod b/doc/sshdump.pod
index 6defdf1d74..85ffa985b7 100644
--- a/doc/sshdump.pod
+++ b/doc/sshdump.pod
@@ -46,7 +46,7 @@ S< B<--remote-capture-bin=/usr/sbin/dumpcap> >
=head1 DESCRIPTION
-B<Sshdump> is a extcap tool that allows to run a remote capture
+B<Sshdump> is a extcap tool that allows one to run a remote capture
tool in a SSH connection. The requirement is that the capture
executable must have the capabilities to capture from the wanted
interface.
@@ -163,7 +163,7 @@ To see interface DLTs:
sshdump --extcap-interface=ssh --extcap-dlts
Output:
- dlt {number=147}{name=ssh}{display=Remote capture dependant DLT}
+ dlt {number=147}{name=ssh}{display=Remote capture dependent DLT}
To see interface configuration options:
diff --git a/doc/text2pcap.pod b/doc/text2pcap.pod
index cd38b6f9d6..e3abe99402 100644
--- a/doc/text2pcap.pod
+++ b/doc/text2pcap.pod
@@ -92,7 +92,7 @@ handle these dumps.
=item -a
-Enables ASCII text dump identification. It allows to identify the start of
+Enables ASCII text dump identification. It allows one to identify the start of
the ASCII text dump and not include it in the packet even if it looks like HEX.
B<NOTE:> Do not enable it if the input file does not contain the ASCII text dump.