From ca7a7a2d70ef311942d0f41117dace7482ea2d31 Mon Sep 17 00:00:00 2001 From: Niclas Zeising Date: Mon, 10 Dec 2012 11:23:32 +0000 Subject: [PATCH] Add documentation about the newly added OPTIONS knobs. Submitted by: bapt Approved by: joel (mentor) --- .../books/porters-handbook/book.xml | 25 +++++++++---------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/en_US.ISO8859-1/books/porters-handbook/book.xml b/en_US.ISO8859-1/books/porters-handbook/book.xml index 43752ece8a..8e8fd94529 100644 --- a/en_US.ISO8859-1/books/porters-handbook/book.xml +++ b/en_US.ISO8859-1/books/porters-handbook/book.xml @@ -4427,6 +4427,13 @@ OPT6_DESC= Describe OPT6 OPTIONS_SINGLE= SG1 OPTIONS_SINGLE_SG1= OPT3 OPT4 + OPTIONS can be grouped as radio + choices, where none or only one choice from each group + is allowed: + + OPTIONS_RADIO= RG1 +OPTIONS_RADIO_RG1= OPT7 OPT8 + OPTIONS can also be grouped as multiple-choice lists, where at least one option must be @@ -4435,20 +4442,12 @@ OPTIONS_SINGLE_SG1= OPT3 OPT4 OPTIONS_MULTI= MG1 OPTIONS_MULTI_MG1= OPT5 OPT6 - OPTIONS_MULTI and - OPTIONS_SINGLE can also allow zero - choices by including the group in - OPTIONS_DEFINE: + OPTIONS can also be grouped as + multiple-choice lists, where non or any + option can be enabled: - OPTIONS_DEFINE= MG1 -OPTIONS_MULTI= MG1 -OPTIONS_MULTI_MG1= OPT5 OPT6 - - This group then requires at least one - OPTION from MG1 - only if the new MG1 - OPTION is selected. Experimentation - is encouraged to ensure that this is understood. + OPTIONS_GROUP= GG1 +OPTIONS_GROUP_GG1= OPT9 OPT10 OPTIONS are unset by default, unless they are listed in