Style / typo fixes

This commit is contained in:
Eelco Dolstra 2015-09-21 11:02:17 +02:00
parent af011439b7
commit 9c146220a9

View File

@ -7,35 +7,39 @@
<title>Unstable</title> <title>Unstable</title>
<para>When upgrading from a previous release, please be aware of the <para>When upgrading from a previous release, please be aware of the
following incompatible changes: following incompatible changes:</para>
<itemizedlist> <itemizedlist>
<listitem><para> <listitem>
<command>wmiiSnap</command> has been replaced with <para><command>wmiiSnap</command> has been replaced with
<command>wmii_hg</command>, but <command>wmii_hg</command>, but
<command>services.xserver.windowManager.wmii.enable</command> <command>services.xserver.windowManager.wmii.enable</command> has
has been updated respectively so this only affects you if you been updated respectively so this only affects you if you have
have explicitly installed <command>wmiiSnap</command>. explicitly installed <command>wmiiSnap</command>.
</para></listitem> </para>
<listitem><para> </listitem>
<command>wmiimenu</command> is removed, as it has been removed by
the developers upstream. Use <command>wimenu</command> from the <listitem>
<command>wmii-hg</command> package. <para><command>wmiimenu</command> is removed, as it has been
</para></listitem> removed by the developers upstream. Use <command>wimenu</command>
from the <command>wmii-hg</command> package.</para>
</listitem>
<listitem>
<para>Gitit is no longer automatically added to the module list in
NixOS and as such there will not be any manual entries for it. You
will need to add an import statement to your NixOS configuration
in order to use it, e.g.
<listitem><para>Gitit! Is no longer automatically added to the module list in
NixOS and as such there will not be any manual entries for it. You will need to
add an import statement to your nixos configuration in order to use it. As
an example adding:
<programlisting><![CDATA[ <programlisting><![CDATA[
{ {
imports = [ <nixos/modules/services/misc/gitit.nix> ]; imports = [ <nixos/modules/services/misc/gitit.nix> ];
} }
]]> ]]></programlisting>
</programlisting>
Will include the gitit service configuration options. will include the Gitit service configuration options.</para>
</para></listitem> </listitem>
</itemizedlist> </itemizedlist>
</para>
</section> </section>