Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

doc: Fixes squishedtogether definitions.

+10 -10
+10 -10
doc/stdenv.xml
··· 1840 1840 <variablelist> 1841 1841 <varlistentry xml:id='fun-makeWrapper'> 1842 1842 <term> 1843 - <function>makeWrapper</function><replaceable>executable</replaceable><replaceable>wrapperfile</replaceable><replaceable>args</replaceable> 1843 + <function>makeWrapper</function> <replaceable>executable</replaceable> <replaceable>wrapperfile</replaceable> <replaceable>args</replaceable> 1844 1844 </term> 1845 1845 <listitem> 1846 1846 <para> ··· 1866 1866 </varlistentry> 1867 1867 <varlistentry xml:id='fun-substitute'> 1868 1868 <term> 1869 - <function>substitute</function><replaceable>infile</replaceable><replaceable>outfile</replaceable><replaceable>subs</replaceable> 1869 + <function>substitute</function> <replaceable>infile</replaceable> <replaceable>outfile</replaceable> <replaceable>subs</replaceable> 1870 1870 </term> 1871 1871 <listitem> 1872 1872 <para> ··· 1877 1877 <variablelist> 1878 1878 <varlistentry> 1879 1879 <term> 1880 - <option>--replace</option><replaceable>s1</replaceable><replaceable>s2</replaceable> 1880 + <option>--replace</option> <replaceable>s1</replaceable> <replaceable>s2</replaceable> 1881 1881 </term> 1882 1882 <listitem> 1883 1883 <para> ··· 1888 1888 </varlistentry> 1889 1889 <varlistentry> 1890 1890 <term> 1891 - <option>--subst-var</option><replaceable>varName</replaceable> 1891 + <option>--subst-var</option> <replaceable>varName</replaceable> 1892 1892 </term> 1893 1893 <listitem> 1894 1894 <para> ··· 1904 1904 </varlistentry> 1905 1905 <varlistentry> 1906 1906 <term> 1907 - <option>--subst-var-by</option><replaceable>varName</replaceable><replaceable>s</replaceable> 1907 + <option>--subst-var-by</option> <replaceable>varName</replaceable> <replaceable>s</replaceable> 1908 1908 </term> 1909 1909 <listitem> 1910 1910 <para> ··· 1939 1939 </varlistentry> 1940 1940 <varlistentry xml:id='fun-substituteInPlace'> 1941 1941 <term> 1942 - <function>substituteInPlace</function><replaceable>file</replaceable><replaceable>subs</replaceable> 1942 + <function>substituteInPlace</function> <replaceable>file</replaceable> <replaceable>subs</replaceable> 1943 1943 </term> 1944 1944 <listitem> 1945 1945 <para> ··· 1950 1950 </varlistentry> 1951 1951 <varlistentry xml:id='fun-substituteAll'> 1952 1952 <term> 1953 - <function>substituteAll</function><replaceable>infile</replaceable><replaceable>outfile</replaceable> 1953 + <function>substituteAll</function> <replaceable>infile</replaceable> <replaceable>outfile</replaceable> 1954 1954 </term> 1955 1955 <listitem> 1956 1956 <para> ··· 1990 1990 </varlistentry> 1991 1991 <varlistentry xml:id='fun-substituteAllInPlace'> 1992 1992 <term> 1993 - <function>substituteAllInPlace</function><replaceable>file</replaceable> 1993 + <function>substituteAllInPlace</function> <replaceable>file</replaceable> 1994 1994 </term> 1995 1995 <listitem> 1996 1996 <para> ··· 2001 2001 </varlistentry> 2002 2002 <varlistentry xml:id='fun-stripHash'> 2003 2003 <term> 2004 - <function>stripHash</function><replaceable>path</replaceable> 2004 + <function>stripHash</function> <replaceable>path</replaceable> 2005 2005 </term> 2006 2006 <listitem> 2007 2007 <para> ··· 2022 2022 </varlistentry> 2023 2023 <varlistentry xml:id='fun-wrapProgram'> 2024 2024 <term> 2025 - <function>wrapProgram</function><replaceable>executable</replaceable><replaceable>makeWrapperArgs</replaceable> 2025 + <function>wrapProgram</function> <replaceable>executable</replaceable> <replaceable>makeWrapperArgs</replaceable> 2026 2026 </term> 2027 2027 <listitem> 2028 2028 <para>