From 6bb190ec07e8321bced1d7f1988fc0a82703a9e2 Mon Sep 17 00:00:00 2001 From: Arran Cudbard-Bell Date: Wed, 30 Dec 2015 18:12:07 -0500 Subject: [PATCH] Document section name override --- man/man5/unlang.5 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/man/man5/unlang.5 b/man/man5/unlang.5 index 68fbee3..efa759a 100644 --- a/man/man5/unlang.5 +++ b/man/man5/unlang.5 @@ -10,7 +10,7 @@ .RE .sp .. -.TH unlang 5 "24 November 2014" "" "FreeRADIUS Processing un-language" +.TH unlang 5 "30 December 2015" "" "FreeRADIUS Processing un-language" .SH NAME unlang \- FreeRADIUS Processing un\-language .SH DESCRIPTION @@ -40,12 +40,14 @@ one one line. Each entry begins with a keyword. Entries are organized into lists. Processing of the language is line by line, from the start of the list to the end. Actions are executed per-keyword. -.IP module-name +.IP module-name[.section-name] A reference to the named module. When processing reaches this point, the pre-compiled module is called. The module may succeed or fail, and will return a status to "unlang" if so. This status can be tested in a condition. See the "Simple Conditions" text in the CONDITIONS section, and MODULE RETURN CODES, below. +If a section-name is provided, it will cause the module to execute +as if it were listed in the named section. .DS chap # call the CHAP module -- 2.1.4