aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2023-10-02 15:07:02 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2023-10-02 15:07:02 +0200
commitcdea2ac33d1d92545ba9cb02074873946969e793 (patch)
treeaceef3fc5375402ee0ffba1ca70e9ae63b6c7cc7
parent9f198ce5192eb4b2026e85666513d1c3fe9add08 (diff)
-rw-r--r--doc/manual.cli18
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/manual.cli b/doc/manual.cli
index 3a956b7..c584b2c 100644
--- a/doc/manual.cli
+++ b/doc/manual.cli
@@ -2181,15 +2181,15 @@ names reflecting some common configuration aspects, such as the operating
system, compiler, build options, etc. Predefined class names are \c{default},
\c{all}, \c{hidden}, \c{none}, \c{host}, and \c{build2}. The default target
configurations are built by default. A configuration must also belong to the
-\c{all}, \c{hidden}, or some custom-purpose configuration class, intended for
-testing of some optional functionality which a package does not provide by
-default (for example, relocatable installation). A configuration that is
-self-hosted must also belong to the \c{host} class and, if it is also
-self-hosted for build system modules, to the \c{build2} class. Valid custom
-class names must contain only alpha-numeric characters, \c{_}, \c{+}, \c{-},
-and \c{.}, except as the first character for the last three. Class names that
-start with \c{_} are reserved for the future hidden/special class
-functionality.
+\c{all}, \c{hidden}, or some special-purpose configuration class. The latter
+is intended for testing some optional functionality which packages are not
+expected to provide normally (for example, relocatable installation). A
+configuration that is self-hosted must also belong to the \c{host} class and,
+if it is also self-hosted for build system modules, to the \c{build2}
+class. Valid custom class names must contain only alpha-numeric characters,
+\c{_}, \c{+}, \c{-}, and \c{.}, except as the first character for the last
+three. Class names that start with \c{_} are reserved for the future
+hidden/special class functionality.
Regular expressions must start with \c{~}, to be distinguished from target
configuration options and variables. Note that the \c{<tgt-config-arg>} and