From 7ba4a0ce8592e968b23706934b85d2d06b43d010 Mon Sep 17 00:00:00 2001 From: "Alan T. DeKok" Date: Wed, 2 Jul 2025 14:15:49 -0400 Subject: [PATCH] notes on multiple return codes --- doc/antora/modules/reference/pages/unlang/catch.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/antora/modules/reference/pages/unlang/catch.adoc b/doc/antora/modules/reference/pages/unlang/catch.adoc index 14abf4a138..70f43d0977 100644 --- a/doc/antora/modules/reference/pages/unlang/catch.adoc +++ b/doc/antora/modules/reference/pages/unlang/catch.adoc @@ -13,7 +13,7 @@ catch [ ] { The `catch` statement runs a series of substatements in a block, but only if the previous xref:unlang/try.adoc[try] failed. -:: Zero or more xref:unlang/condition/return_codes.adoc[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. -- 2.47.3