Fix typo about options without defaults

This commit is contained in:
Niklas Hambüchen 2017-05-20 02:19:15 +02:00
parent 9f6b1dca58
commit aed1986f2f

View file

@ -41,8 +41,9 @@ options = {
<term><varname>default</varname></term>
<listitem>
<para>The default value used if no value is defined by any
module. A default is not required; in that case, if the option
value is never used, an error will be thrown.</para>
module. A default is not required; but if a default is not given,
then users of the module will have to define the value of the
option, otherwise an error will be thrown.</para>
</listitem>
</varlistentry>