summary refs log tree commit diff
path: root/doc/contributing
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2019-11-13 12:21:13 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2019-11-13 12:21:47 +0100
commit7805d43e3329e77892835f124cef978b617280ba (patch)
tree75ef5914f4c2aff34f8b90e5bc6f22bca2e55ef9 /doc/contributing
parentbc14075c4dc89b896d69405d78830aa56f23b8bf (diff)
downloadnixpkgs-7805d43e3329e77892835f124cef978b617280ba.tar
nixpkgs-7805d43e3329e77892835f124cef978b617280ba.tar.gz
nixpkgs-7805d43e3329e77892835f124cef978b617280ba.tar.bz2
nixpkgs-7805d43e3329e77892835f124cef978b617280ba.tar.lz
nixpkgs-7805d43e3329e77892835f124cef978b617280ba.tar.xz
nixpkgs-7805d43e3329e77892835f124cef978b617280ba.tar.zst
nixpkgs-7805d43e3329e77892835f124cef978b617280ba.zip
nixpkgs manual: fix build
after it was broken by 331f45f7bb5a90ce2b5516a9ae34da566f54e69c
Diffstat (limited to 'doc/contributing')
-rw-r--r--doc/contributing/submitting-changes.xml8
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/contributing/submitting-changes.xml b/doc/contributing/submitting-changes.xml
index 0a652aef923..14155021f61 100644
--- a/doc/contributing/submitting-changes.xml
+++ b/doc/contributing/submitting-changes.xml
@@ -298,17 +298,19 @@ Additional information.
 
    <para>
     review changes from pull request number 12345:
-<screen>nix run nixpkgs.nix-review -c nix-review pr 12345</screen>
+    <screen>nix run nixpkgs.nix-review -c nix-review pr 12345</screen>
    </para>
 
    <para>
     review uncommitted changes:
-<screen>nix run nixpkgs.nix-review -c nix-review wip</screen>
+    <screen>nix run nixpkgs.nix-review -c nix-review wip</screen>
    </para>
 
    <para>
     review changes from last commit:
-<screen>nix run nixpkgs.nix-review -c nix-review rev HEAD</screen>
+    <screen>nix run nixpkgs.nix-review -c nix-review rev HEAD</screen>
+   </para>
+  </section>
 
   <section xml:id="submitting-changes-tested-execution">
    <title>Tested execution of all binary files (usually in <filename>./result/bin/</filename>)</title>