diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2012-07-09T15·33-0400 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2012-07-09T15·33-0400 |
commit | 5755a5c354c8b622fae14a32b9f8f6f901fb9529 (patch) | |
tree | 1d30342aeb2bd10360a21bdb1e56f9383def61ff /doc/manual/manual.xml | |
parent | 1aba0bf0fa831ffee628ae50730eade5b19a544f (diff) |
Install a nix.conf manpage
Diffstat (limited to 'doc/manual/manual.xml')
-rw-r--r-- | doc/manual/manual.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/manual/manual.xml b/doc/manual/manual.xml index 95fbe7d90414..ccff9423cf17 100644 --- a/doc/manual/manual.xml +++ b/doc/manual/manual.xml @@ -40,7 +40,6 @@ <title>Command Reference</title> <xi:include href="opt-common.xml" /> <xi:include href="env-common.xml" /> - <xi:include href="conf-file.xml" /> <section> <title>Main commands</title> @@ -63,6 +62,11 @@ <xi:include href="nix-worker.xml" /> </section> + <section> + <title>Files</title> + <xi:include href="conf-file.xml" /> + </section> + </appendix> <xi:include href="troubleshooting.xml" /> |