From: James Jones Date: Wed, 2 Oct 2024 18:28:45 +0000 (-0500) Subject: adoc typo X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b981b0697d77c98da64317c657371e47e8114bfc;p=thirdparty%2Ffreeradius-server.git adoc typo --- diff --git a/doc/antora/modules/reference/pages/unlang/local.adoc b/doc/antora/modules/reference/pages/unlang/local.adoc index 80efd608f79..cbe7f0dca3e 100644 --- a/doc/antora/modules/reference/pages/unlang/local.adoc +++ b/doc/antora/modules/reference/pages/unlang/local.adoc @@ -16,7 +16,7 @@ section (i.e. scope), and cannot be sent in a packet over the network. } ---- -:: An `unlang` keywords which does not create create a subrequest. i.e. One of: +:: An `unlang` keywords which does not create a subrequest. i.e. One of: * xref:unlang/case.adoc[case] * xref:unlang/else.adoc[else] @@ -32,7 +32,7 @@ section (i.e. scope), and cannot be sent in a packet over the network. Local variables are forbidden in all other locations. -For the xref:unlang/redundant.adoc[redundant] and unlang/redundant-load-balance.adoc[redundant-load-balance] keyword, local variables are keep their value across the different subsections. This behavior can be used to track state inside of the xref:unlang/redundant.adoc[redundant] section. +For the xref:unlang/redundant.adoc[redundant] and xref:unlang/redundant-load-balance.adoc[redundant-load-balance] keyword, local variables are keep their value across the different subsections. This behavior can be used to track state inside of the xref:unlang/redundant.adoc[redundant] section. :: A "leaf" xref:type/all_types.adoc[data type]. Structural types such as `group`, `struct`, `tlv`, etc. are not allowed.