From 187fb420ad235c68cc8432d865357ff9af083e4c Mon Sep 17 00:00:00 2001
From: Joe Orton In the former case, the directives between the start and end
markers are only processed if a directive of the given name is
available at the time of processing. The second format reverses the test,
- and only processes the directives if the directive-name is
- not defined.
The section-name specified must not include the
- leading "<". The test in the
The section-name must be specified without either
+ the leading "<" or closing ">". The test in the
+
In the former case, the directives between the start and - end markers are only processed if a section directive of the given +
In the former case, the directives between the start and end + markers are only processed if a section directive of the given name is available at the time of processing. The second format - reverses the test, and only processes the directives if the - section-name is not defined.
+ reverses the test, and only processes the directives if + section-name is not an available + section directive.For example:
-- 2.40.0