From: Alan T. DeKok Date: Fri, 3 Sep 2021 18:14:53 +0000 (-0400) Subject: use dots now, not : X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4a5b487072e178ef35d7824ff1fa1a78ead14d6;p=thirdparty%2Ffreeradius-server.git use dots now, not : --- diff --git a/doc/antora/modules/reference/pages/unlang/list.adoc b/doc/antora/modules/reference/pages/unlang/list.adoc index 2774a82942e..50ffa6975ee 100644 --- a/doc/antora/modules/reference/pages/unlang/list.adoc +++ b/doc/antora/modules/reference/pages/unlang/list.adoc @@ -16,7 +16,7 @@ processed. These attributes are never sent in any packet. `session-state`:: Attributes which are maintained across multi-packet exchanges. -There must be a colon `:` after the list name and before the attribute name. +There must be a dot `.` after the list name and before the attribute name. This syntax helps the server to distinguish between list names and attribute names.