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:
Valentin Lorentz 2021-06-27 18:12:33 +02:00 committed by Doug Freed
parent d7964d4585
commit 6e2baa6661

View file

@ -26,6 +26,10 @@
* .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:
* 12 hours 30 minutes 1 second
*