summary refs log tree commit diff
path: root/doc/functions/debug.xml
diff options
context:
space:
mode:
authorGraham Christensen <graham@grahamc.com>2018-10-02 15:59:59 -0400
committerGraham Christensen <graham@grahamc.com>2018-10-02 15:59:59 -0400
commitc07ba7c8560250d1b184698e6453b6d5ca11846f (patch)
tree231574c29ded6e00e53c1211869ed16c5b2003d1 /doc/functions/debug.xml
parent444e04b98571ad65269c8a988c4a9f772ca616a2 (diff)
downloadnixpkgs-c07ba7c8560250d1b184698e6453b6d5ca11846f.tar
nixpkgs-c07ba7c8560250d1b184698e6453b6d5ca11846f.tar.gz
nixpkgs-c07ba7c8560250d1b184698e6453b6d5ca11846f.tar.bz2
nixpkgs-c07ba7c8560250d1b184698e6453b6d5ca11846f.tar.lz
nixpkgs-c07ba7c8560250d1b184698e6453b6d5ca11846f.tar.xz
nixpkgs-c07ba7c8560250d1b184698e6453b6d5ca11846f.tar.zst
nixpkgs-c07ba7c8560250d1b184698e6453b6d5ca11846f.zip
nixpkgs docs: Reformat
Diffstat (limited to 'doc/functions/debug.xml')
-rw-r--r--doc/functions/debug.xml30
1 files changed, 15 insertions, 15 deletions
diff --git a/doc/functions/debug.xml b/doc/functions/debug.xml
index 272bdf55513..c6b3611eea5 100644
--- a/doc/functions/debug.xml
+++ b/doc/functions/debug.xml
@@ -2,20 +2,20 @@
          xmlns:xlink="http://www.w3.org/1999/xlink"
          xmlns:xi="http://www.w3.org/2001/XInclude"
          xml:id="sec-debug">
-  <title>Debugging Nix Expressions</title>
+ <title>Debugging Nix Expressions</title>
 
-  <para>
-   Nix is a unityped, dynamic language, this means every value can potentially
-   appear anywhere. Since it is also non-strict, evaluation order and what
-   ultimately is evaluated might surprise you. Therefore it is important to be
-   able to debug nix expressions.
-  </para>
+ <para>
+  Nix is a unityped, dynamic language, this means every value can potentially
+  appear anywhere. Since it is also non-strict, evaluation order and what
+  ultimately is evaluated might surprise you. Therefore it is important to be
+  able to debug nix expressions.
+ </para>
 
-  <para>
-   In the <literal>lib/debug.nix</literal> file you will find a number of
-   functions that help (pretty-)printing values while evaluation is runnnig.
-   You can even specify how deep these values should be printed recursively,
-   and transform them on the fly. Please consult the docstrings in
-   <literal>lib/debug.nix</literal> for usage information.
-  </para>
- </section>
+ <para>
+  In the <literal>lib/debug.nix</literal> file you will find a number of
+  functions that help (pretty-)printing values while evaluation is runnnig. You
+  can even specify how deep these values should be printed recursively, and
+  transform them on the fly. Please consult the docstrings in
+  <literal>lib/debug.nix</literal> for usage information.
+ </para>
+</section>