mirror of
https://github.com/servalproject/serval-dna.git
synced 2025-03-11 23:14:01 +00:00
Fix a few mistakes in config documentation
This commit is contained in:
parent
655e737cf5
commit
11c6c149a4
@ -36,10 +36,9 @@ Configuration options
|
|||||||
|
|
||||||
The **servald** configuration is a set of label-value pairs called *options*.
|
The **servald** configuration is a set of label-value pairs called *options*.
|
||||||
A label is a sequence of one or more alphanumeric words separated by period
|
A label is a sequence of one or more alphanumeric words separated by period
|
||||||
characters `.`. A value is a string of characters. If an option is given an
|
characters `.`. A value is a string of characters which is parsed according
|
||||||
invalid value, eg, an option that requires a positive decimal integer value is
|
to the option's type, for example a decimal integer, a boolean, or an internet
|
||||||
given a non-decimal string, then **servald** will log an error or warning and
|
address.
|
||||||
use the option's default setting instead.
|
|
||||||
|
|
||||||
To set a configuration option:
|
To set a configuration option:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user