Document section name override
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 30 Dec 2015 23:12:07 +0000 (18:12 -0500)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 30 Dec 2015 23:21:30 +0000 (18:21 -0500)
man/man5/unlang.5

index 68fbee3..efa759a 100644 (file)
@@ -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