···50 </varlistentry>
51 <varlistentry>
52 <term>
53- <varname>pkgs.formats.ini</varname> { <replaceable>listsAsDuplicateKeys</replaceable> ? false, ... }
54 </term>
55 <listitem>
56 <para>
···63 <listitem>
64 <para>
65 A boolean for controlling whether list values can be used to represent duplicate INI keys
000000000066 </para>
67 </listitem>
68 </varlistentry>
···50 </varlistentry>
51 <varlistentry>
52 <term>
53+ <varname>pkgs.formats.ini</varname> { <replaceable>listsAsDuplicateKeys</replaceable> ? false, <replaceable>listToValue</replaceable> ? null, ... }
54 </term>
55 <listitem>
56 <para>
···63 <listitem>
64 <para>
65 A boolean for controlling whether list values can be used to represent duplicate INI keys
66+ </para>
67+ </listitem>
68+ </varlistentry>
69+ <varlistentry>
70+ <term>
71+ <varname>listToValue</varname>
72+ </term>
73+ <listitem>
74+ <para>
75+ A function for turning a list of values into a single value.
76 </para>
77 </listitem>
78 </varlistentry>