diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-09-16T12·14+0200 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-09-16T12·14+0200 |
commit | 8259a392dabe91ec553633aa3aefc512a16dace9 (patch) | |
tree | 57ab49d4c5a43aebb8c31a6c6f391343ef7bdeed /doc/manual/installation | |
parent | f0ef6b74b93344798e44c6dc527f88a78b75a32f (diff) |
Manual build fixes
Diffstat (limited to 'doc/manual/installation')
-rw-r--r-- | doc/manual/installation/installing-source.xml | 3 | ||||
-rw-r--r-- | doc/manual/installation/multi-user.xml | 7 |
2 files changed, 5 insertions, 5 deletions
diff --git a/doc/manual/installation/installing-source.xml b/doc/manual/installation/installing-source.xml index 77beff1bcc78..c261a109d6b1 100644 --- a/doc/manual/installation/installing-source.xml +++ b/doc/manual/installation/installing-source.xml @@ -11,7 +11,6 @@ a source distribution.</para> <xi:include href="prerequisites-source.xml" /> <xi:include href="obtaining-source.xml" /> -<xi:include href="installing-source.xml" /> <xi:include href="building-source.xml" /> -</chapter> \ No newline at end of file +</chapter> diff --git a/doc/manual/installation/multi-user.xml b/doc/manual/installation/multi-user.xml index 2eb4c258fcf7..312f5966452d 100644 --- a/doc/manual/installation/multi-user.xml +++ b/doc/manual/installation/multi-user.xml @@ -22,12 +22,12 @@ store (such as builds) are forwarded to a <emphasis>Nix daemon</emphasis> running under the owner of the Nix store/database that performs the operation.</para> -<note>Multi-user mode has one important limitation: only +<note><para>Multi-user mode has one important limitation: only <systemitem class="username">root</systemitem> can run <command linkend="sec-nix-pull">nix-pull</command> to register the availability of pre-built binaries. However, those registrations are shared by all users, so they still get the benefit from <command>nix-pull</command>s -done by <systemitem class="username">root</systemitem>.</note> +done by <systemitem class="username">root</systemitem>.</para></note> <simplesect> @@ -80,6 +80,7 @@ into the users’ login scripts.</para> </simplesect> + <simplesect> <title>Restricting access</title> @@ -103,4 +104,4 @@ perform Nix operations.</para> </simplesect> -</section> \ No newline at end of file +</section> |