]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
doc: Fix the topic level0 for Unlang docs (#2894)
authorJorge Pereira <jpereira@users.noreply.github.com>
Thu, 15 Aug 2019 02:39:31 +0000 (23:39 -0300)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 15 Aug 2019 02:39:31 +0000 (22:39 -0400)
50 files changed:
doc/unlang/break.adoc
doc/unlang/call.adoc
doc/unlang/case.adoc
doc/unlang/cond_and.adoc
doc/unlang/cond_attr.adoc
doc/unlang/cond_cmp.adoc
doc/unlang/cond_data.adoc
doc/unlang/cond_eq.adoc
doc/unlang/cond_module.adoc
doc/unlang/cond_not.adoc
doc/unlang/cond_or.adoc
doc/unlang/cond_para.adoc
doc/unlang/condition.adoc
doc/unlang/data.adoc
doc/unlang/data_char.adoc
doc/unlang/data_double.adoc
doc/unlang/data_ip.adoc
doc/unlang/data_numb.adoc
doc/unlang/detach.adoc
doc/unlang/else.adoc
doc/unlang/elsif.adoc
doc/unlang/filter.adoc
doc/unlang/foreach.adoc
doc/unlang/group.adoc
doc/unlang/if.adoc
doc/unlang/keywords.adoc
doc/unlang/list.adoc
doc/unlang/load-balance.adoc
doc/unlang/map.adoc
doc/unlang/module.adoc
doc/unlang/module_builtin.adoc
doc/unlang/module_method.adoc
doc/unlang/parallel.adoc
doc/unlang/redundant-load-balance.adoc
doc/unlang/redundant.adoc
doc/unlang/regex.adoc
doc/unlang/return.adoc
doc/unlang/string_backticks.adoc
doc/unlang/string_double.adoc
doc/unlang/string_single.adoc
doc/unlang/string_unquoted.adoc
doc/unlang/subrequest.adoc
doc/unlang/switch.adoc
doc/unlang/update.adoc
doc/unlang/xlat.adoc
doc/unlang/xlat_attribute.adoc
doc/unlang/xlat_character.adoc
doc/unlang/xlat_condition.adoc
doc/unlang/xlat_module.adoc
doc/unlang/xlat_predefined.adoc

index cc682554cb7468baa3b038a145a991e898273b4f..25e2a4a6ce361bae585f2dff76df3ecc0f83dae2 100644 (file)
@@ -1,5 +1,4 @@
-
-== The break Statement
+= The break Statement
 
 .Syntax
 [source,unlang]
index df3c1760ddd4a55d25e979b44030817eb6d8604b..f428c61da24fb7795c001259b5a635e6d89e4840 100644 (file)
@@ -1,5 +1,4 @@
-
-== The call Statement
+= The call Statement
 
 [source,unlang]
 ----
index 2940ef34dfeda1448402e4b2c2176d84f2c81bd0..2ddaab1531ffb06774307e8109271a88c8567c3c 100644 (file)
@@ -1,5 +1,4 @@
-
-== The case Statement
+= The case Statement
 
 .Syntax
 [source,unlang]
index b7c6cdd513da55ff3231d8b35c475444c85ad7ac..41701c5ece84f181622015c7ee0e9d843831e636 100644 (file)
@@ -1,5 +1,4 @@
-
-== The && Operator
+= The && Operator
 
 .Syntax
 [source,unlang]
index 7c9fa6ed0fd14c47aa2a038535ec0fe1d5b5f110..094c2ce299afb7d69b3e741228d77d2d2173c09d 100644 (file)
@@ -1,5 +1,4 @@
-
-== The &Attribute-Name Reference
+= The &Attribute-Name Reference
 
 .Syntax
 [source,unlang]
index 6c429e84be5b8a1fefeafa298e6da8223420756e..c6ae0e9919f4588298e2b481b6d63b7aed57be52 100644 (file)
@@ -1,5 +1,4 @@
-
-== Conditional Comparisons
+= Conditional Comparisons
 
 .Syntax
 [source,unlang]
@@ -35,7 +34,7 @@ only exceptions are the link:regex.adoc[regular expression] operators,
 which interpret the `lhs` as a printable string, and the `rhs` as a
 regular expression.
 
-=== IP Address Comparisons
+== IP Address Comparisons
 
 The type-specific comparisons operate as expected for most data types.
 The only exception is data types that are IP addresses or IP address
@@ -55,7 +54,7 @@ The syntax allows conditions such as `192.0.2.1 < 192.0.2/24`.  This
 condition will return `true`, as the IP address `192.0.2.1' is within
 the network `192.0.2/24`.
 
-=== Casting
+== Casting
 
 In some situations, it is useful to force the left side to be
 interpreted as a particular data type.
index ce2ea0ff554f92f30dd6c4673c418b6e6efb388c..4606f4b6a53c3480c06c9a2eed342d843b621efb 100644 (file)
@@ -1,5 +1,4 @@
-
-== The data Operator
+= The data Operator
 
 .Syntax
 [source,unlang]
index bb81051bf3e700dd73087ee5edcd67e5b6ba0781..92df5532b1b83e64853d06d55d2929131442aeae 100644 (file)
@@ -1,5 +1,4 @@
-
-== The == Operator
+= The == Operator
 
 `(data-1 == data-2)`
 
index 1b4020e1987a679cd880aeb714b343d68b3c6785..3396c2c5e2aece986513d655fe9da43801663250 100644 (file)
@@ -1,5 +1,4 @@
-
-== The module-code Operator
+= The module-code Operator
 
 .Syntax
 [source,unlang]
index 8fe98d2bbe2597404907ab5a8e67b582113c8a5f..49d74941f035325f2c25168f8ee67227261652df 100644 (file)
@@ -1,5 +1,4 @@
-
-== The ! Operator
+= The ! Operator
 
 .Syntax
 [source,unlang]
index 0fed390963f79d27d6c8ad839f75676fda492333..9eb527fb6439d823ff29790181c843a2c5f54011 100644 (file)
@@ -1,5 +1,4 @@
-
-== The || Operator
+= The || Operator
 
 .Syntax
 [source,unlang]
index 450c512b3a141098ad27f50dc111f7215ff2b908..fab67c60fbe1bb18a446c519b8a8fbd2469ec736 100644 (file)
@@ -1,5 +1,4 @@
-
-== The ( ) Operator
+= The ( ) Operator
 
 .Syntax
 [source,unlang]
index 70b7308917b4b2b29d341d290b6ee6558c9ba146..5c4b4de4edb10777f5d34371825b77a06fa2f7d5 100644 (file)
@@ -1,5 +1,4 @@
-
-== Conditional Expressions
+= Conditional Expressions
 
 Conditions are evaluated when parsing link:if.adoc[if] and
 link:elsif.adoc[elsif] statements.  These conditions allow the server to
index 9073d1a1929fe1d544d5fe92ab52b0dc098846b6..744bfa84af378de45e6a58a16b5585d1fd971c8a 100644 (file)
@@ -1,5 +1,4 @@
-
-== Data Types
+= Data Types
 
 Unlang supports a number of data types. These data types can be used
 in conditional expressions or when assigning a value to an attribute.
@@ -27,7 +26,7 @@ Run a script, and interpret the result as the data type.
 Similar processing rules are applied when parsing assignments and
 comparisons, for all attributes and data types.
 
-=== Basic Data Types
+== Basic Data Types
 
 The following data types are "basic" data types.  They are fixed-size,
 and encapsulate simple concepts such as "integer" or "IP address".
@@ -61,7 +60,7 @@ values which can be compared, or assigned to one attribute.
 | uint64       | 64-bit unsigned integer
 |=====
 
-=== Structural Data Types
+== Structural Data Types
 
 The following data types are "structural", in that they form
 parent-child relationships between attributes.  These data types can
@@ -78,7 +77,7 @@ only be used in the dictionaries.  These data types cannot be used in
 | vsa          | Encapsulation of vendor-specific attributes
 |=====
 
-=== Protocol-Specific Data Types
+== Protocol-Specific Data Types
 
 The following data types are used only in certain protocols.  These
 attributes can generally be used only in the dictionaries.  They
index 75b163d17251d360b1e47faeb1cde83a846c8227..c5f7b73ed5f6b6a3946ded67787f51b9789a77e2 100644 (file)
@@ -1,5 +1,4 @@
-
-== Character Escaping
+= Character Escaping
 
 The quotation characters in the above string data types can be
 escaped by using the backslash, or `\,` character. The backslash
index abc9ca9badbc216045df53ceaafca43baf654638..1883ab5f0f5d5de171694ed57fb3fe665429221b 100644 (file)
@@ -1,5 +1,4 @@
-
-== Double-Quoted Strings
+= Double-Quoted Strings
 
 `"string"`
 
index 1582b8b909268c5f667796a885aeca026da49c26..0670bf916ddd077c36b8870a8ff39934ea65311c 100644 (file)
@@ -1,5 +1,4 @@
-
-== IP Addresses
+= IP Addresses
 
 .Examples
 
index f0534e42f4899333c6b8fc3f2346a5e107efa4b8..589d0e937f21db56faa604da0b4141775c835804 100644 (file)
@@ -1,5 +1,4 @@
-
-== Numbers
+= Numbers
 
 .Examples
 
index 7158a49cceaeff5c2de5fadb3326544717ff6937..45a8df8575a710e8ca512e1e1b1d70f6a736dbf0 100644 (file)
@@ -1,5 +1,4 @@
-
-== The detach Statement
+= The detach Statement
 
 .Syntax
 [source,unlang]
@@ -32,7 +31,7 @@ subrequest Disconnect-Request {
 }
 ----
 
-=== Child Lifetime
+== Child Lifetime
 
 The lifetime of the child request is normally limited by the lifetime
 of the parent request.  The default configuration has
index 0751ca90121c38fd5cf1d4d392df958f5a6246a3..360388793b56d970d8a433cd77c5c9590fff2fde 100644 (file)
@@ -1,5 +1,4 @@
-
-== The else Statement
+= The else Statement
 
 .Syntax
 [source,unlang]
index 65790de5d67487c30f84210ee3f8abecc0a49579..3af5ba0e4a17e4776b182c6a184559d3997b88b2 100644 (file)
@@ -1,5 +1,4 @@
-
-== The elsif Statement
+= The elsif Statement
 
 .Syntax
 [source,unlang]
index a4bdbd031fd44f4404988734c815899d05ff065d..fe5920fa5c3d3cc8af0f7bf551d403259c48c4b4 100644 (file)
@@ -1,4 +1,4 @@
-== The filter Statement
+= The filter Statement
 
 .Syntax
 [source,unlang]
@@ -44,7 +44,7 @@ filter reply {
 }
 ----
 
-=== Lists
+== Lists
 
 The _<list>_ field sets the attribute list that will be filter.  If
 the _<list>_ qualifier is omitted, then each entry inside of the
@@ -53,7 +53,7 @@ the _<list>_ qualifier is omitted, then each entry inside of the
 
 Please see the link:list.adoc[list] page for valid list names.
 
-=== Server Attributes
+== Server Attributes
 
 The _<server-attribute>_ field is an attribute name, such as
 `&Reply-Message`.  The attribute name may also be prefixed with a
@@ -63,13 +63,13 @@ of the `filter` section.
 NOTE: In version 3, the leading `&` was optional.  In version 4, the
 leading `&` is required.
 
-=== Editing Operators
+== Editing Operators
 
 The `<op>` field is used to define how the values are filtered
 Different operators allow attributes to be added, deleted, or
 replaced, as defined below.
 
-=== Filtering Operators
+== Filtering Operators
 
 The following operators may also be used in addition to the ones
 listed above. These operators use the _<server-attribute>_ and
@@ -108,7 +108,7 @@ this functionality has been removed.  Instead, version 4 only performs
 _filtering_ of the attributes.  That is, the filtering operators will
 modify or delete attributes, but they will never create an attribute.
 
-=== Values
+== Values
 
 The _<value>_ field is the value which is used to filter the
 _<server-attribute>_.  The interpretation of the _<value>_ field
index 1f14eebae970e8a9ceaf8ad92b2191c8a1315796..6cbfb566d520f0fd7988437c1ac8e9c1268a43fe 100644 (file)
@@ -1,5 +1,4 @@
-
-== The foreach Statement
+= The foreach Statement
 
 .Syntax
 [source,unlang]
index 92d6e97ae7937bd463b60756ef17826c4d8526f5..a1ceeec6efcda1773718ccda1ea1560fbffd6d67 100644 (file)
@@ -1,5 +1,4 @@
-
-== The group Statement
+= The group Statement
 
 [source,unlang]
 ----
index 43de1d9c51e65691eecca16bb049922972cf6ee5..9ff265307ea63789378aa91ba08390276c262bb9 100644 (file)
@@ -1,5 +1,4 @@
-
-== The if Statement
+= The if Statement
 
 .Syntax
 [source,unlang]
index 9bf161ac71800288101dd092602cf5d9c07cc705..e457fef69ab8263c4014ecc985a108e2e2a9f1fb 100644 (file)
@@ -1,10 +1,9 @@
-
-== Keywords in Unlang
+= Keywords in Unlang
 
 The following tables list the keywords used in `Unlang`.  These keywords
 implement the "flow control" of the policies.
 
-=== Flow Control Keywords
+== Flow Control Keywords
 
 The _flow control_ keywords allow _if / then / else_ checks, simple
 looping, etc.
@@ -23,7 +22,7 @@ looping, etc.
 | link:switch.adoc[switch]   | Check for multiple values.
 |=====
 
-=== Attribute Editing Keywords
+== Attribute Editing Keywords
 
 The _attribute editing_ keywords allow policies to add, delete, and
 modify attributes in any list or packet.
@@ -37,7 +36,7 @@ modify attributes in any list or packet.
 | link:update.adoc[update]   | Add attributes to a list
 |=====
 
-=== Grouping Keywords
+== Grouping Keywords
 
 The _grouping_ keywords allow policies to be organized into groups,
 including load-balancing.
@@ -52,7 +51,7 @@ including load-balancing.
 | link:redundant-load-balance.adoc[redundant-load-balance] | Define a redundant group with fail-over and load balancing.
 |=====
 
-=== Parent-Child Keywords
+== Parent-Child Keywords
 
 The _parent-child_ keywords allow for creation of parent-child
 relationships between requests.
@@ -83,7 +82,7 @@ impossible to create before.
 | link:subrequest.adoc[subrequest] | Create a child request
 |=====
 
-=== Module Keywords
+== Module Keywords
 
 The _module_ keywords refer pre-packaged libraries that implement
 specific functionality, such as connecting to SQL, LDAP, etc.  The
index 083fd2275962bc12fa58e2bbf47fe78a8c52cf10..4eb012321cc06ed855795f9fde3440720d5de730 100644 (file)
@@ -1,4 +1,4 @@
-== Attribute Lists
+= Attribute Lists
 
 An attribute list contains a set of attributes.  The allowed lists
 are:
index a2bbd4cf548b55494c710602dc0fc89d92c3da9b..a092323e5dc56c4493de4536c1a96898f261000c 100644 (file)
@@ -1,5 +1,4 @@
-
-== The load-balance Statement
+= The load-balance Statement
 
 [source,unlang]
 ----
index 91d9206eb275cfbfac1e0d3b161319d8a647e08d..ecd81619ec9f116711abe91b00741b7e2c360ba9 100644 (file)
@@ -1,5 +1,4 @@
-
-== The map Statement
+= The map Statement
 
 [source,unlang]
 ----
index 5ed33b1239027d12b2883589022bc1d7a18efb08..8cc7b06409bbb8919954bc6dda43ade4963cd72a 100644 (file)
@@ -1,5 +1,4 @@
-
-== The module Statement
+= The module Statement
 
 .Syntax
 [source,unlang]
index 00baa0e08864458b7fde7d9cc010f681893df620..603824017e0f1dbf1889f70dd672849967c1ee38 100644 (file)
@@ -1,5 +1,4 @@
-
-== Built-in Modules
+= Built-in Modules
 
 In some cases, it is useful to reject a request immediately or
 perform another action on it.  The built-in modules can be used to perform these actions.  These modules are named for the return codes given in the
index 5a47f2822495e7e4c31aedbea0768b3566707ad3..b6ea15ecb8213ebf7c327015fea94c825af5d35b 100644 (file)
@@ -1,5 +1,4 @@
-
-== The module.method Statement
+= The module.method Statement
 
 .Syntax
 [source,unlang]
index 4d7a9b033832be9820a191abed42db5756eec611..3edf8f30513400a8b54a32c60c69a45ecf8dc449 100644 (file)
@@ -1,5 +1,4 @@
-
-== The parallel Statement
+= The parallel Statement
 
 [source,unlang]
 ----
@@ -53,7 +52,7 @@ parallel {
 }
 ----
 
-=== Child Requests are Independent
+== Child Requests are Independent
 
 Each module or subsection runs as a new child request, i.e. a
 link:subrequest.adoc[subrequest].  Each child request is an identical
@@ -101,7 +100,7 @@ parallel {
 }
 ----
 
-=== Subrequests are Synchronous
+== Subrequests are Synchronous
 
 Execution of the parent request is paused while each child request is
 running.  The parent request continues execution once all of the the
@@ -111,7 +110,7 @@ Unlike the link:subrequest.adoc[subrequest] keyword, the child
 requests of a `parallel` section cannot be made asynchronous via the
 link:detach.adoc[detach] keyword.
 
-=== parallel empty
+== parallel empty
 
 The `parallel empty { ... }` syntax creates empty child requests.
 These requests contain no attributes.  Attributes in the child request
@@ -152,7 +151,7 @@ parallel empty {
 }
 ----
 
-=== parallel detach
+== parallel detach
 
 The `parallel detach { ... }` syntax creates child requests which are
 immediately detached from the parent request.  Each child request
@@ -190,7 +189,7 @@ parallel detach {
 }
 ----
 
-=== Exiting Early from a Parallel Section
+== Exiting Early from a Parallel Section
 
 In some situations, it may be useful to exit early from a parallel
 section.  For example, to proxy a packet to multiple destinations, and
index bd318fcf8ccfb23d9ea1c91b97554974dd145015..6d8eb014a1a9f1944d732258c89ef803978262bb 100644 (file)
@@ -1,5 +1,4 @@
-
-== The redundant-load-balance Statement
+= The redundant-load-balance Statement
 
 [source,unlang]
 ----
index 85014802a96fd9a630b0229d7cea5360f7038a9c..5f562af68e5f75b95ae6ec56e9f616adc4a671b0 100644 (file)
@@ -1,5 +1,4 @@
-
-== The redundant Statement
+= The redundant Statement
 
 [source,unlang]
 ----
index a6e3ae308fb8d6d31d2ed84830ac80fd304d1e45..855e2efa011b2629d2984ef386d43b006e9f8077 100644 (file)
@@ -1,5 +1,4 @@
-
-== Regular Expression Comparisons
+= Regular Expression Comparisons
 
 .Example
 [source,unlang]
index ee8eb2c48596bd97e11cb0c1b265f4bd4cd9aaed..95de62c476e92d42d86a23493206eec83d8754d8 100644 (file)
@@ -1,5 +1,4 @@
-
-== The return Statement
+= The return Statement
 
 .Syntax
 [source,unlang]
index 933e7688e14a7f5311ccd8c37167451ac1e6309b..c6cfb7c08ac5d6ef7ff7ee2d04609b3ad9292199 100644 (file)
@@ -1,5 +1,4 @@
-
-== Backtick-quoted string
+= Backtick-quoted string
 
 `{backtick}string{backtick}`
 
index ae2e13866767eeb044d7b1f3b311a570ff4dedeb..3bbff11de995358070efb1e57bd95f95e0f7af4f 100644 (file)
@@ -1,5 +1,4 @@
-
-== Double Quoted Strings
+= Double Quoted Strings
 
 `"string"`
 
@@ -10,7 +9,7 @@ within double quotes can include spaces.
 NOTE: Most values retrieved from external datastores will be treated implicitly
 as double-quoted strings.
 
-=== Escape sequences
+== Escape sequences
 
 Escape sequences allow the inclusion of characters that may be difficult to
 represent in datastores, or the FreeRADIUS configuration files.
index 777072932ae33ad1347c8f064f5893057eabdc03..ce901a5cf4751a39d0a7a720d8c1c8dfb4cf82ed 100644 (file)
@@ -1,5 +1,4 @@
-
-== Single Quoted Strings
+= Single Quoted Strings
 
 `'string'`
 
index 4075ace86dd20cf92d0708ace43400fff9f4f2a4..2609ec7bb61929e1a13d9abe36746c6109b8d833 100644 (file)
@@ -1,5 +1,4 @@
-
-== Unquoted Strings
+= Unquoted Strings
 
 Where a series of characters cannot be parsed as a decimal number,
 they are interpreted as a simple string composed of one word. This
index a3dba955a894dd806bc60b194c85c66c0aba45d9..cc3f8f7ed440673644612873b6c6b9efb6a5e556 100644 (file)
@@ -1,5 +1,4 @@
-
-== The subrequest Statement
+= The subrequest Statement
 
 [source,unlang]
 ----
@@ -52,7 +51,7 @@ subrequest Disconnect-Request {
 }
 ----
 
-=== Changing Protocols
+== Changing Protocols
 
 The `subrequest` keyword can also be used to change protocols.  For
 example, the server can receive a RADIUS `Access-Request`, and then
@@ -73,7 +72,7 @@ subrequest dhcpv4.DHCP-Discover {
 }
 ----
 
-=== Subrequests are Synchronous
+== Subrequests are Synchronous
 
 Execution of the parent request is paused while the child request is
 running.  The parent request continues execution once the child request
index f219151cf3384f1688a2b876d2b1715db8ee10d4..b70914b3ae0ecde63348895c4a130ef26285a5f2 100644 (file)
@@ -1,5 +1,4 @@
-
-== The switch Statement
+= The switch Statement
 
 .Syntax
 [source,unlang]
index 32780c0463737dab08b56c5ae86ca356e9fad115..7a3b427e8e5b0338c202e36a56372a216ca694be 100644 (file)
@@ -1,4 +1,4 @@
-== The update Statement
+= The update Statement
 
 .Syntax
 [source,unlang]
@@ -44,7 +44,7 @@ update reply {
 }
 ----
 
-=== Lists
+== Lists
 
 The _<list>_ field sets the attribute list that will be updated.  If
 the _<list>_ qualifier is omitted, then each entry inside of the
@@ -53,7 +53,7 @@ the _<list>_ qualifier is omitted, then each entry inside of the
 
 Please see the link:list.adoc[list] page for valid list names.
 
-=== Server Attributes
+== Server Attributes
 
 The _<server-attribute>_ field is an attribute name, such as
 `&Reply-Message`.  The attribute name may also be prefixed with a
@@ -63,7 +63,7 @@ of the `update` section.
 NOTE: In version 3, the leading `&` was optional.  In version 4, the
 leading `&` is required.
 
-=== Editing Operators
+== Editing Operators
 
 The `<op>` field is used to define how the attribute is processed.
 Different operators allow attributes to be added, deleted, or
@@ -101,7 +101,7 @@ update reply {
 }
 ----
 
-=== Values
+== Values
 
 The _<value>_ field is the value which is assigned to the
 _<server-attribute>_.  The interpretation of the _<value>_ field
index 4e3b726ec76864d0e6da54d4ab937a6ffcb5cb5a..4cd9b7dd95e72527805617d5f1cfac08bf2621be 100644 (file)
@@ -1,5 +1,4 @@
-
-== String Expansion
+= String Expansion
 
 String expansion is a feature that allows strings to dynamically
 define their value at run time. For historical reasons, these string
index 959f2dc93c3aa0f16049308182168b33551531ea..fef3d2c938b5485245a007b0e29bb6540f05cc70 100644 (file)
@@ -1,5 +1,4 @@
-
-== Attribute References
+= Attribute References
 
 Attributes in a list may be referenced via one of the following two
 syntaxes:
index c2b93a4bd0602c86b136924c73a927cba6bdfc00..c89049ed1fb428344aba951cd8e9d156930cc7fc 100644 (file)
@@ -1,18 +1,17 @@
-
-== Single Letter Expansions
+= Single Letter Expansions
 
 The following are single letter expansions.  These expansions do not
 use the typical `%{...}` format.  Instead, they are short-cuts for
 simple, common cases.
 
-### Miscellaneous
+== Miscellaneous
 
 `%%`::
 
 Returns `%`.
 
 
-### Current Time
+== Current Time
 
 `%c`::
 
@@ -25,7 +24,7 @@ The microsecond component of the current epoch time. This is an unsigned
 decimal number. It should be used with time-based calculations.
 
 
-### Request Time
+== Request Time
 
 `%l`::
 
index bf07708c765fc7ce8175db1619a218d756dd1094..07c8c176d5d524da5ac2840f30a2a61173746237 100644 (file)
@@ -1,5 +1,4 @@
-
-== Conditional Syntax
+= Conditional Syntax
 
 Conditional syntax similar to that used in Unix shells may also be
 used:
index 19064d307e2c4f0152f6eba1f04ca7025cdd98e3..f48379d4835572bd90e3f1aa21388eacd3c060ed 100644 (file)
@@ -1,5 +1,4 @@
-
-== Module References
+= Module References
 
 Individual modules may be referenced via the following syntax:
 
index 95e4a716e16ba152deb422cd7db3f852b5fc43b6..21a1b9a2801e777158b6978ba3caf9cf5c238922 100644 (file)
@@ -1,4 +1,3 @@
-
 = Pre-defined Expansions
 
 In addition to storing attribute references, the server has a number