From: Alan T. DeKok Date: Thu, 6 Mar 2025 20:16:48 +0000 (-0500) Subject: remove one more '&' X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2bfee5dc4b3ea71ee2b0c4b0be26501501af216e;p=thirdparty%2Ffreeradius-server.git remove one more '&' --- diff --git a/doc/antora/modules/reference/pages/raddb/mods-available/client.adoc b/doc/antora/modules/reference/pages/raddb/mods-available/client.adoc index 8bfe6c35c5..20de856a91 100644 --- a/doc/antora/modules/reference/pages/raddb/mods-available/client.adoc +++ b/doc/antora/modules/reference/pages/raddb/mods-available/client.adoc @@ -61,7 +61,7 @@ map client [] { // <1> <1> By default `map client { ... }` will operate on the current client, but alternative clients can by specified by ``. <2> Assigns the value of the `nas_type` field from the client definition to - `Foo` if the `&Foo` attribute does not exist. + `Foo` if the `Foo` attribute does not exist. <3> Assigns the value of the `shortname` field from the client definition to `Bar`. <4> Creates multiple `Baz` attributes from a custom group field associated diff --git a/raddb/mods-available/client b/raddb/mods-available/client index 8dcbf8c8f6..6e907d9573 100644 --- a/raddb/mods-available/client +++ b/raddb/mods-available/client @@ -64,7 +64,7 @@ # <1> By default `map client { ... }` will operate on the current client, but alternative # clients can by specified by ``. # <2> Assigns the value of the `nas_type` field from the client definition to -# `Foo` if the `&Foo` attribute does not exist. +# `Foo` if the `Foo` attribute does not exist. # <3> Assigns the value of the `shortname` field from the client definition to # `Bar`. # <4> Creates multiple `Baz` attributes from a custom group field associated