Skip to content

Commit e0ec018

Browse files
committed
DOC: configuration: confuse "strict-mode" with "zero-warning"
4b10302 ("MINOR: cfgparse: implement a simple if/elif/else/endif macro block handler") introduces a confusion between "strict-mode" and "zero-warning". This patch fixes the issue by changing "strict-mode" by "zero-warning" in section 2.4. Conditional blocks. Must be backported as far as 2.4.
1 parent 21f7974 commit e0ec018

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/configuration.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1272,8 +1272,8 @@ Four other directives are provided to report some status:
12721272
- .warning "message" : emit this message at level WARNING
12731273
- .alert "message" : emit this message at level ALERT
12741274

1275-
Messages emitted at level WARNING may cause the process to fail to start if the
1276-
"strict-mode" is enabled. Messages emitted at level ALERT will always cause a
1275+
Messages emitted at level WARNING may cause the process to fail to start if
1276+
"zero-warning" is enabled. Messages emitted at level ALERT will always cause a
12771277
fatal error. These can be used to detect some inappropriate conditions and
12781278
provide advice to the user.
12791279

0 commit comments

Comments
 (0)