From: Alan T. DeKok Date: Sat, 30 Jul 2022 12:47:37 +0000 (-0400) Subject: correct docs for RHS list X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0eb160b81bbafce5b113f30404e40f28482c0d62;p=thirdparty%2Ffreeradius-server.git correct docs for RHS list --- diff --git a/doc/antora/modules/reference/pages/unlang/edit.adoc b/doc/antora/modules/reference/pages/unlang/edit.adoc index 0861690796d..faf99f65bec 100644 --- a/doc/antora/modules/reference/pages/unlang/edit.adoc +++ b/doc/antora/modules/reference/pages/unlang/edit.adoc @@ -261,6 +261,7 @@ Attributes can be removed from a list using the `-=` (remove) operator. ---- ==== +Multiple attributes can be specified in the __ list. This syntax is clearer and more consistent than the old `!* ANY` hacks. @@ -268,9 +269,6 @@ hacks. Note also that the `-=` operator allows an attribute on the __, only when the meaning of the operation is clear. -It is not currently possible to remove a set of attributes from a -list. Instead, the attributes must be removed one at a time. - === List to List Operatons Lists can also be copied using the operators.