doc: add further note about configuration file changes

This commit is contained in:
Ian Barwick
2019-08-20 16:36:58 +09:00
parent 6e200d32a4
commit b4e6922a26

View File

@@ -72,6 +72,11 @@
In particular, all string values containing spaces In particular, all string values containing spaces
<emphasis>must</emphasis> be contained within single quotes. <emphasis>must</emphasis> be contained within single quotes.
</para> </para>
<para>
Additionally, leading/trailing white space between single quotes will no longer
be trimmed; the entire string between single quotes will be
taken literally.
</para>
</note> </note>
</listitem> </listitem>
</itemizedlist> </itemizedlist>