summaryrefslogtreecommitdiffstats
path: root/doc/antora/modules/unlang/pages/condition
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-08-26 10:41:52 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-08-26 10:41:52 +0000
commit44eafeee62e6982131c62df6f74335114ca53024 (patch)
tree1cdf833b0a76e52630d717202398ced5900e11e9 /doc/antora/modules/unlang/pages/condition
parentAdding upstream version 3.2.3+dfsg. (diff)
downloadfreeradius-upstream.tar.xz
freeradius-upstream.zip
Adding upstream version 3.2.5+dfsg.upstream/3.2.5+dfsgupstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'doc/antora/modules/unlang/pages/condition')
-rw-r--r--doc/antora/modules/unlang/pages/condition/index.adoc2
-rw-r--r--doc/antora/modules/unlang/pages/condition/operands.adoc2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/antora/modules/unlang/pages/condition/index.adoc b/doc/antora/modules/unlang/pages/condition/index.adoc
index b9d9d5f..10a84c8 100644
--- a/doc/antora/modules/unlang/pages/condition/index.adoc
+++ b/doc/antora/modules/unlang/pages/condition/index.adoc
@@ -18,7 +18,7 @@ Conditions are expressed using the following syntax:
|=====
| Syntax | Description
| xref:attr.adoc[&Attribute-Name] | Check for attribute existence.
-| xref:condition/return_code.adoc[rcode] | Check return code of a previous module.
+| xref:condition/return_codes.adoc[rcode] | Check return code of a previous module.
| xref:condition/operands.adoc[data] | Check value of data.
| xref:condition/cmp.adoc[lhs OP rhs] | Compare two kinds of data.
| xref:condition/para.adoc[( condition )] | Check sub-condition
diff --git a/doc/antora/modules/unlang/pages/condition/operands.adoc b/doc/antora/modules/unlang/pages/condition/operands.adoc
index 4a2d00b..5b19af3 100644
--- a/doc/antora/modules/unlang/pages/condition/operands.adoc
+++ b/doc/antora/modules/unlang/pages/condition/operands.adoc
@@ -11,7 +11,7 @@ integer
----
Any text not matching xref:attr.adoc[&Attribute-Name] or
-xref:condition/return_code.adoc[Return Code] is interpreted as a value for a
+xref:condition/return_codes.adoc[Return Code] is interpreted as a value for a
particular xref:type/index.adoc[data type].
Double-quoted strings and back-quoted strings are dynamically expanded