]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
xlat value concat uses ','
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 8 Jun 2015 12:14:44 +0000 (08:14 -0400)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 8 Jun 2015 12:14:44 +0000 (08:14 -0400)
man/man5/unlang.5

index 0b07302efeaf9ce3827b3c0a0beecd1d35cf5149..7385d50d0135aa2031f4aa1c36eadd74edf10069 100644 (file)
@@ -690,14 +690,14 @@ e.g. If a request contains "User-Name = bob", the expansion
 of %{User-Name[#]} will yeild "1".
 
 .IP %{Attribute-Name[*]}
-All values of Attribute-Name, concatenated together with \\n as the
+All values of Attribute-Name, concatenated together with ',' as the
 separator.
 
 .IP %{List-Name:[#]}
 The number of attributes in the named list.
 
 .IP %{List-Name:[*]}
-All values of attributes in the named-list, concatenated together with \\n
+All values of attributes in the named-list, concatenated together with ','
 as the separator. Use the %{pairs:} xlat to get a list of attributes and
 values.