summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorEdward Tjörnhammar <ed@cflags.cc>2015-09-21 05:34:23 +0200
committerEdward Tjörnhammar <ed@cflags.cc>2015-09-21 05:36:10 +0200
commit533a2799bc7df1fed9c3580d3ae65b75a91600d5 (patch)
tree19e861f8100bb089d0fc53d45f83a4ce7268a545 /nixos/doc
parent7bc8b1561e044084a37e844bbb5a1b00902c654a (diff)
downloadnixlib-533a2799bc7df1fed9c3580d3ae65b75a91600d5.tar
nixlib-533a2799bc7df1fed9c3580d3ae65b75a91600d5.tar.gz
nixlib-533a2799bc7df1fed9c3580d3ae65b75a91600d5.tar.bz2
nixlib-533a2799bc7df1fed9c3580d3ae65b75a91600d5.tar.lz
nixlib-533a2799bc7df1fed9c3580d3ae65b75a91600d5.tar.xz
nixlib-533a2799bc7df1fed9c3580d3ae65b75a91600d5.tar.zst
nixlib-533a2799bc7df1fed9c3580d3ae65b75a91600d5.zip
release-notes: properly close the item list
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/release-notes/rl-unstable.xml26
1 files changed, 14 insertions, 12 deletions
diff --git a/nixos/doc/manual/release-notes/rl-unstable.xml b/nixos/doc/manual/release-notes/rl-unstable.xml
index 6d9f9412b625..3132a07e76a0 100644
--- a/nixos/doc/manual/release-notes/rl-unstable.xml
+++ b/nixos/doc/manual/release-notes/rl-unstable.xml
@@ -22,18 +22,20 @@
         the developers upstream. Use <command>wimenu</command> from the
         <command>wmii-hg</command> package.
     </para></listitem>
-  </itemizedlist>
 
-  <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.
+    <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>
 </section>