mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
Fix typo in nping man page: --md > --mf
Reported in this RedHat bug: https://bugzilla.redhat.com/show_bug.cgi?id=813739
This commit is contained in:
parent
85e52bf928
commit
3b171708f2
2 changed files with 2 additions and 2 deletions
|
|
@ -2043,7 +2043,7 @@ SENT (4.0330s) TCP 192.168.0.21 > 3.3.3.3:139
|
|||
|
||||
<varlistentry>
|
||||
<term>
|
||||
<option>--md</option> (More Fragments)
|
||||
<option>--mf</option> (More Fragments)
|
||||
<indexterm significance="preferred"><primary><option>--mf</option> (Nping option)</primary></indexterm>
|
||||
</term>
|
||||
<listitem>
|
||||
|
|
|
|||
|
|
@ -1108,7 +1108,7 @@ must be a number in the range [0\(en65535]\&.
|
|||
Sets the Don\*(Aqt Fragment bit in sent packets\&. When an IP datagram has its DF flag set, intermediate devices are not allowed to fragment it so if it needs to travel across a network with a MTU smaller that datagram length the datagram will have to be dropped\&. Normally an ICMP Destination Unreachable message is generated and sent back to the sender\&.
|
||||
.RE
|
||||
.PP
|
||||
\fB\-\-md\fR (More Fragments) .\" --mf (Nping option)
|
||||
\fB\-\-mf\fR (More Fragments) .\" --mf (Nping option)
|
||||
.RS 4
|
||||
Sets the More Fragments bit in sent packets\&. The MF flag is set to indicate the receiver that the current datagram is a fragment of some larger datagram\&. When set to zero it indicates that the current datagram is either the last fragment in the set or that it is the only fragment\&.
|
||||
.RE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue