summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2015-09-21 11:02:17 +0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2015-09-21 11:17:25 +0200
commit9c146220a9b0e9df4b3a89b2b8e046c84e2da915 (patch)
tree65ceefed267c8dde55d585ee6668791690d07a91 /nixos/doc
parentaf011439b78b68eefc95db592100893072de1800 (diff)
downloadnixpkgs-9c146220a9b0e9df4b3a89b2b8e046c84e2da915.tar
nixpkgs-9c146220a9b0e9df4b3a89b2b8e046c84e2da915.tar.gz
nixpkgs-9c146220a9b0e9df4b3a89b2b8e046c84e2da915.tar.bz2
nixpkgs-9c146220a9b0e9df4b3a89b2b8e046c84e2da915.tar.lz
nixpkgs-9c146220a9b0e9df4b3a89b2b8e046c84e2da915.tar.xz
nixpkgs-9c146220a9b0e9df4b3a89b2b8e046c84e2da915.tar.zst
nixpkgs-9c146220a9b0e9df4b3a89b2b8e046c84e2da915.zip
Style / typo fixes
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/release-notes/rl-unstable.xml66
1 files changed, 35 insertions, 31 deletions
diff --git a/nixos/doc/manual/release-notes/rl-unstable.xml b/nixos/doc/manual/release-notes/rl-unstable.xml
index 3132a07e76a..2745fb2cbe4 100644
--- a/nixos/doc/manual/release-notes/rl-unstable.xml
+++ b/nixos/doc/manual/release-notes/rl-unstable.xml
@@ -7,35 +7,39 @@
 <title>Unstable</title>
 
 <para>When upgrading from a previous release, please be aware of the
-  following incompatible changes:
-
-  <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>
-
-    <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>
-
-  </itemizedlist>
-</para>
+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>
+
+  <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>