]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
notes on multiple return codes
authorAlan T. DeKok <aland@freeradius.org>
Wed, 2 Jul 2025 18:15:49 +0000 (14:15 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 2 Jul 2025 18:15:49 +0000 (14:15 -0400)
doc/antora/modules/reference/pages/unlang/catch.adoc

index 14abf4a138c16a15cf39a37444e371da6031f154..70f43d0977db4367414f2cc29092f2037c0ba742 100644 (file)
@@ -13,7 +13,7 @@ catch [ <return-codes> ] {
 
 The `catch` statement runs a series of substatements in a block, but only if the previous xref:unlang/try.adoc[try] failed.
 
-<return codes>:: Zero or more xref:unlang/condition/return_codes.adoc[return codes].
+<return codes>:: Zero or more xref:unlang/condition/return_codes.adoc[return codes].  Multiple return codes are separated by commas.
 
 [ statements ]:: The `unlang` commands which will be executed.  A `catch` block can be empty.