From: Arran Cudbard-Bell Date: Wed, 30 Dec 2015 23:12:07 +0000 (-0500) Subject: Document section name override X-Git-Tag: release_3_0_11~50 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6bb190ec07e8321bced1d7f1988fc0a82703a9e2;p=thirdparty%2Ffreeradius-server.git Document section name override --- diff --git a/man/man5/unlang.5 b/man/man5/unlang.5 index 68fbee39482..efa759a1bfc 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