Skip to content

Commit 70ec5c4

Browse files
committed
remove one more '&'
1 parent 21bfef2 commit 70ec5c4

File tree

2 files changed

+2
-2
lines changed
  • doc/antora/modules/reference/pages/raddb/mods-available
  • raddb/mods-available

2 files changed

+2
-2
lines changed

doc/antora/modules/reference/pages/raddb/mods-available/client.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ map client [<ipaddr>] { // <1>
6161
<1> By default `map client { ... }` will operate on the current client, but alternative
6262
clients can by specified by `<ipaddr>`.
6363
<2> Assigns the value of the `nas_type` field from the client definition to
64-
`Foo` if the `&Foo` attribute does not exist.
64+
`Foo` if the `Foo` attribute does not exist.
6565
<3> Assigns the value of the `shortname` field from the client definition to
6666
`Bar`.
6767
<4> Creates multiple `Baz` attributes from a custom group field associated

raddb/mods-available/client

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
# <1> By default `map client { ... }` will operate on the current client, but alternative
6565
# clients can by specified by `<ipaddr>`.
6666
# <2> Assigns the value of the `nas_type` field from the client definition to
67-
# `Foo` if the `&Foo` attribute does not exist.
67+
# `Foo` if the `Foo` attribute does not exist.
6868
# <3> Assigns the value of the `shortname` field from the client definition to
6969
# `Bar`.
7070
# <4> Creates multiple `Baz` attributes from a custom group field associated

0 commit comments

Comments
 (0)