Style / typo fixes

Changed files
+32 -28
nixos
doc
manual
release-notes
+32 -28
nixos/doc/manual/release-notes/rl-unstable.xml
···
<title>Unstable</title>
<para>When upgrading from a previous release, please be aware of the
-
following incompatible changes:
+
following incompatible changes:</para>
-
<itemizedlist>
-
<listitem><para>
-
<command>wmiiSnap</command> has been replaced with
-
<command>wmii_hg</command>, but
-
<command>services.xserver.windowManager.wmii.enable</command>
-
has been updated respectively so this only affects you if you
-
have explicitly installed <command>wmiiSnap</command>.
-
</para></listitem>
-
<listitem><para>
-
<command>wmiimenu</command> is removed, as it has been removed by
-
the developers upstream. Use <command>wimenu</command> from the
-
<command>wmii-hg</command> package.
-
</para></listitem>
+
<itemizedlist>
+
<listitem>
+
<para><command>wmiiSnap</command> has been replaced with
+
<command>wmii_hg</command>, but
+
<command>services.xserver.windowManager.wmii.enable</command> has
+
been updated respectively so this only affects you if you have
+
explicitly installed <command>wmiiSnap</command>.
+
</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. As
-
an example adding:
-
<programlisting><![CDATA[
-
{
-
imports = [ <nixos/modules/services/misc/gitit.nix> ];
-
}
-
]]>
-
</programlisting>
-
Will include the gitit service configuration options.
-
</para></listitem>
+
<listitem>
+
<para><command>wmiimenu</command> is removed, as it has been
+
removed by the developers upstream. Use <command>wimenu</command>
+
from the <command>wmii-hg</command> package.</para>
+
</listitem>
-
</itemizedlist>
-
</para>
+
<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.
+
+
<programlisting><![CDATA[
+
{
+
imports = [ <nixos/modules/services/misc/gitit.nix> ];
+
}
+
]]></programlisting>
+
+
will include the Gitit service configuration options.</para>
+
</listitem>
+
+
</itemizedlist>
+
</section>