From: Alan T. DeKok Date: Mon, 2 Jan 2017 14:11:16 +0000 (-0500) Subject: document != as a filtering operator X-Git-Tag: release_3_0_13~87 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e226cc54af2b8deca2d270be94f447f64f0f3a0b;p=thirdparty%2Ffreeradius-server.git document != as a filtering operator --- diff --git a/man/man5/unlang.5 b/man/man5/unlang.5 index 81738865a64..2e18d5db336 100644 --- a/man/man5/unlang.5 +++ b/man/man5/unlang.5 @@ -761,6 +761,9 @@ to match in order for the attribute to remain in the list. Note that this operator is very different than the '=' operator listed above! +.IP != +Keep all attributes with matching name, and value not equal to the +given one. .IP <= Keep all attributes having values less than, or equal to, the value given here. Any larger value is replaced by the value given here. If