1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +00:00

Include operand "ne" in the documentation

This commit is contained in:
nnposter
2025-10-26 19:54:18 +00:00
parent d2fbcc6cd6
commit 4f7c92fbac

View File

@@ -216,9 +216,9 @@ end
-- @param left String representing an IPv4 or IPv6 address. Shortened
-- notation is permitted.
-- @param op A comparison operator which may be one of the following strings:
-- <code>"eq"</code>, <code>"ge"</code>, <code>"le"</code>,
-- <code>"gt"</code> or <code>"lt"</code> (respectively ==, >=, <=,
-- >, <).
-- <code>"eq"</code>, <code>"ne"</code>, <code>"ge"</code>,
-- <code>"le"</code>, <code>"gt"</code> or <code>"lt"</code>
-- (respectively ==, ~=, >=, <=, >, <).
-- @param right String representing an IPv4 or IPv6 address. Shortened
-- notation is permitted.
-- @usage