reference.conf: Document the common syntax for flags
It was only documented as an example in the auth {} block, not for other blocks.
This commit is contained in:
parent
d7964d4585
commit
6e2baa6661
1 changed files with 4 additions and 0 deletions
|
@ -26,6 +26,10 @@
|
||||||
* .include "filename"
|
* .include "filename"
|
||||||
* .include <filename>
|
* .include <filename>
|
||||||
*
|
*
|
||||||
|
* Flags variables are comma-separated sets of predefined values,
|
||||||
|
* specific to each block. For example in operator {} blocks:
|
||||||
|
* flags = encrypted, encrypted;
|
||||||
|
*
|
||||||
* Times/durations are written as:
|
* Times/durations are written as:
|
||||||
* 12 hours 30 minutes 1 second
|
* 12 hours 30 minutes 1 second
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue