]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
correct header usage
authorAlan T. DeKok <aland@freeradius.org>
Fri, 17 Feb 2023 02:43:16 +0000 (21:43 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Fri, 17 Feb 2023 02:54:20 +0000 (21:54 -0500)
doc/antora/modules/reference/pages/unlang/load-balance.adoc
doc/antora/modules/reference/pages/unlang/redundant-load-balance.adoc
doc/antora/modules/reference/pages/unlang/redundant.adoc

index 1d2c41398792845fbec2f92e5bd2319047c568d7..2a0cd29fcc0434f6ff9be9111a848b40a69ab10a 100644 (file)
@@ -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]:
index f54d8995e66f35e8dc3b9d95cc1aee7473746993..26a4c59d71553917b7fced4547993b3355d8da49 100644 (file)
@@ -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]:
index f9b43c6080110c79ee6d611a3c00df023ac547d3..2c2e6110ae6132b2aae1c743721a702c382bab11 100644 (file)
@@ -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]: