From 4f7c92fbac0824f05109593479c1d8bad2846309 Mon Sep 17 00:00:00 2001 From: nnposter Date: Sun, 26 Oct 2025 19:54:18 +0000 Subject: [PATCH] Include operand "ne" in the documentation --- nselib/ipOps.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nselib/ipOps.lua b/nselib/ipOps.lua index dc4e30361..498652825 100644 --- a/nselib/ipOps.lua +++ b/nselib/ipOps.lua @@ -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: --- "eq", "ge", "le", --- "gt" or "lt" (respectively ==, >=, <=, --- >, <). +-- "eq", "ne", "ge", +-- "le", "gt" or "lt" +-- (respectively ==, ~=, >=, <=, >, <). -- @param right String representing an IPv4 or IPv6 address. Shortened -- notation is permitted. -- @usage