From: Alan T. DeKok Date: Fri, 17 Feb 2023 02:43:16 +0000 (-0500) Subject: correct header usage X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c10a8a6cfc9c481d9b401fb53e943a84bb24b87a;p=thirdparty%2Ffreeradius-server.git correct header usage --- diff --git a/doc/antora/modules/reference/pages/unlang/load-balance.adoc b/doc/antora/modules/reference/pages/unlang/load-balance.adoc index 1d2c4139879..2a0cd29fcc0 100644 --- a/doc/antora/modules/reference/pages/unlang/load-balance.adoc +++ b/doc/antora/modules/reference/pages/unlang/load-balance.adoc @@ -38,7 +38,7 @@ load-balance &User-Name { } ---- -=== load-balance Sections as Modules +== load-balance Sections as Modules It can be useful to use the same `load-balance` section in multiple places. Instead of copying the same text multiple times, a @@ -64,7 +64,7 @@ into the `instantiate` section of `radiusd.conf. This configuration is no longer used, and the `sql123` definition can just be placed into a module definition in the `mods-enabled/` directory. -==== Load-Balance Expansions +== Load-Balance Expansions When the `sql123` module is defined as above, it can also be used as in a xref:xlat/index.adoc[dynamic expansion]: diff --git a/doc/antora/modules/reference/pages/unlang/redundant-load-balance.adoc b/doc/antora/modules/reference/pages/unlang/redundant-load-balance.adoc index f54d8995e66..26a4c59d715 100644 --- a/doc/antora/modules/reference/pages/unlang/redundant-load-balance.adoc +++ b/doc/antora/modules/reference/pages/unlang/redundant-load-balance.adoc @@ -45,7 +45,7 @@ redundant-load-balance &User-Name { } ---- -=== Redundant-load-balance Sections as Modules +== Redundant-load-balance Sections as Modules It can be useful to use the same `redundant-load-balance` section in multiple places. Instead of copying the same text multiple times, a @@ -71,7 +71,7 @@ into the `instantiate` section of `radiusd.conf. This configuration is no longer used, and the `sql123` definition can just be placed into a module definition in the `mods-enabled/` directory. -==== Redundant-Load-Balance Expansions +== Redundant-Load-Balance Expansions When the `sql123` module is defined as above, it can also be used as in a xref:xlat/index.adoc[dynamic expansion]: diff --git a/doc/antora/modules/reference/pages/unlang/redundant.adoc b/doc/antora/modules/reference/pages/unlang/redundant.adoc index f9b43c60801..2c2e6110ae6 100644 --- a/doc/antora/modules/reference/pages/unlang/redundant.adoc +++ b/doc/antora/modules/reference/pages/unlang/redundant.adoc @@ -38,7 +38,7 @@ redundant { } ---- -=== Redundant Sections as Modules +== Redundant Sections as Modules It can be useful to use the same `redundant` section in multiple places. Instead of copying the same text multiple times, a @@ -64,7 +64,7 @@ into the `instantiate` section of `radiusd.conf. This configuration is no longer used, and the `sql123` definition can just be placed into a module definition in the `mods-enabled/` directory. -==== Redundant Expansions +== Redundant Expansions When the `sql123` module is defined as above, it can also be used as in a xref:xlat/index.adoc[dynamic expansion]: