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>
This commit is contained in:
Alexis La Goutte 2016-01-16 12:20:16 +01:00 committed by Michael Mann
parent 988aebf517
commit 409914a143
3 changed files with 4 additions and 4 deletions

View File

@ -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.

View File

@ -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:

View File

@ -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.