From: Alan T. DeKok Date: Tue, 29 Aug 2023 21:37:47 +0000 (-0400) Subject: typos X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57ce2e707c4790d831181dbbf9041af70b112162;p=thirdparty%2Ffreeradius-server.git typos --- diff --git a/doc/antora/modules/reference/pages/xlat/builtin.adoc b/doc/antora/modules/reference/pages/xlat/builtin.adoc index 9a0c62e1157..4f14c30a69d 100644 --- a/doc/antora/modules/reference/pages/xlat/builtin.adoc +++ b/doc/antora/modules/reference/pages/xlat/builtin.adoc @@ -209,8 +209,8 @@ It returns the number of attributes which were decoded. [source,unlang] ---- -%(decode.dhcpv4:0x520d0103abcdef0206010203040506) -%(decode.radius:0x010641424344) +%(dhcpv4.decode:0x520d0103abcdef0206010203040506) +%(radius.decode:0x010641424344) ---- .Output @@ -236,7 +236,7 @@ It returns the raw encoded data [source,unlang] ---- %(dhcpv4.encode:&Relay-Agent-Information.Circuit-Id = 0xabcdef &Relay-Agent-Information.Remote-Id = 0x010203040506) -%(radius.radius:&User-Name = "ABCD") +%(radius.encode:&User-Name = "ABCD") ---- .Output