about summary refs log tree commit diff
path: root/doc/manual/overview.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/manual/overview.xml')
-rw-r--r--doc/manual/overview.xml9
1 files changed, 3 insertions, 6 deletions
diff --git a/doc/manual/overview.xml b/doc/manual/overview.xml
index e207e649826d..85f164587790 100644
--- a/doc/manual/overview.xml
+++ b/doc/manual/overview.xml
@@ -265,8 +265,7 @@ derivation { <co id='ex-hello-nix-co-2' />
   };
   stdenv = stdenv; <co id='ex-hello-nix-co-7' />
   perl = perl;
-}
-        </programlisting>
+}</programlisting>
       </example>
 
       <para>
@@ -326,8 +325,7 @@ tar xvfz $src || exit 1
 cd hello-* || exit 1
 ./configure --prefix=$out || exit 1
 make || exit 1
-make install || exit 1
-        </programlisting>
+make install || exit 1</programlisting>
       </example>
 
     </sect2>
@@ -373,8 +371,7 @@ derivation {
   expat = expat;
   db4 = if localServer then db4 else null;
   swig = if swigBindings then swig else null;
-}
-        </programlisting>
+}</programlisting>
       </example>
 
       <para>