]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
remove one more '&'
authorAlan T. DeKok <aland@freeradius.org>
Thu, 6 Mar 2025 20:16:48 +0000 (15:16 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 6 Mar 2025 21:12:50 +0000 (16:12 -0500)
doc/antora/modules/reference/pages/raddb/mods-available/client.adoc
raddb/mods-available/client

index 8bfe6c35c5690da2c64092fd662ad00dc3bc42cf..20de856a91c2e13bc0c3fef31f5c2b81d2d88a8c 100644 (file)
@@ -61,7 +61,7 @@ map client [<ipaddr>] {      // <1>
 <1> By default `map client { ... }` will operate on the current client, but alternative
     clients can by specified by `<ipaddr>`.
 <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
index 8dcbf8c8f6b5ed68558f04bf19945def9036c7d5..6e907d95733942aed7f7fa348fa174c1b9137bad 100644 (file)
@@ -64,7 +64,7 @@
 #  <1> By default `map client { ... }` will operate on the current client, but alternative
 #      clients can by specified by `<ipaddr>`.
 #  <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