aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2016-01-16 12:20:16 +0100
committerMichael Mann <mmann78@netscape.net>2016-01-16 17:55:12 +0000
commit409914a143367e1bf10e88d0bfd1ea8258af1049 (patch)
tree579363083bcc7cc6540d2eaa7409e3783ae80666 /doc
parent988aebf5177ee65f229953c26a41880e5c000021 (diff)
doc: fix spelling-error-in-manpage found by lintian
Change-Id: I848159f0c960e0e8ece09c7c96dda6deb0ec6046 Reviewed-on: https://code.wireshark.org/review/13329 Reviewed-by: Dario Lombardo <lomato@gmail.com> Petri-Dish: Dario Lombardo <lomato@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'doc')
-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.