]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
docs-v4: Update integrity check - fixed typos.syntax`
authornolade <nola.aunger@inkbridge.io>
Tue, 31 Mar 2026 19:54:49 +0000 (15:54 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 1 Apr 2026 15:33:17 +0000 (11:33 -0400)
doc/antora/modules/reference/pages/unlang/update.adoc

index 7e1208529bb657ef34c614b2881c6d6c4ccac0e2..940f10ce33c56ad22a182ac91be556bd4d61d252 100644 (file)
@@ -87,7 +87,7 @@ This example should be converted to the following syntax:
 [source,unlang]
 .New Syntax
 ----
-request += {
+reply += {
        User-Name = "foo"
        Filter-Id = "bar"
        NAS-IP-Address = 127.0.0.1
@@ -125,7 +125,7 @@ converted to a one-line edit statement:
 [source,unlang]
 ----
 .New Syntax
-reply.Filter-Id := { "bar", "boo", "baz" }
+reply.Filter-Id := { "bar", "foo", "baz" }
 ----
 
 This functionality makes it much easier to write complex assignments.