mirror of
https://github.com/nmap/nmap.git
synced 2025-12-09 22:21:29 +00:00
Include operand "ne" in the documentation
This commit is contained in:
@@ -216,9 +216,9 @@ end
|
|||||||
-- @param left String representing an IPv4 or IPv6 address. Shortened
|
-- @param left String representing an IPv4 or IPv6 address. Shortened
|
||||||
-- notation is permitted.
|
-- notation is permitted.
|
||||||
-- @param op A comparison operator which may be one of the following strings:
|
-- @param op A comparison operator which may be one of the following strings:
|
||||||
-- <code>"eq"</code>, <code>"ge"</code>, <code>"le"</code>,
|
-- <code>"eq"</code>, <code>"ne"</code>, <code>"ge"</code>,
|
||||||
-- <code>"gt"</code> or <code>"lt"</code> (respectively ==, >=, <=,
|
-- <code>"le"</code>, <code>"gt"</code> or <code>"lt"</code>
|
||||||
-- >, <).
|
-- (respectively ==, ~=, >=, <=, >, <).
|
||||||
-- @param right String representing an IPv4 or IPv6 address. Shortened
|
-- @param right String representing an IPv4 or IPv6 address. Shortened
|
||||||
-- notation is permitted.
|
-- notation is permitted.
|
||||||
-- @usage
|
-- @usage
|
||||||
|
|||||||
Reference in New Issue
Block a user