diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-09-16T13·39+0200 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-09-16T13·39+0200 |
commit | 5a0181c7f2aa39643e3104037904d33ec530dc6c (patch) | |
tree | 72096b0c7a8ee77f28ff3631faf6d3ad2140f8fe /doc | |
parent | f77d83c26b60e5e53225eefcbfa5366c3ece5a85 (diff) |
Make troubleshooting an appendix
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual/troubleshooting/collisions-nixenv.xml | 6 | ||||
-rw-r--r-- | doc/manual/troubleshooting/links-nix-store.xml | 6 | ||||
-rw-r--r-- | doc/manual/troubleshooting/troubleshooting.xml | 14 |
3 files changed, 12 insertions, 14 deletions
diff --git a/doc/manual/troubleshooting/collisions-nixenv.xml b/doc/manual/troubleshooting/collisions-nixenv.xml index addc4cc29249..316d2d16c0cf 100644 --- a/doc/manual/troubleshooting/collisions-nixenv.xml +++ b/doc/manual/troubleshooting/collisions-nixenv.xml @@ -1,8 +1,8 @@ -<chapter xmlns="http://docbook.org/ns/docbook" +<section xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude" version="5.0" - xml:id="ch-collisions-nixenv"> + xml:id="sec-collisions-nixenv"> <title>Collisions in <command>nix-env</command></title> @@ -40,4 +40,4 @@ to implement some conflict resolution policy. E.g., the script could be modified to rename conflicting file names, or to pick one over the other.</para> -</chapter> \ No newline at end of file +</section> diff --git a/doc/manual/troubleshooting/links-nix-store.xml b/doc/manual/troubleshooting/links-nix-store.xml index 5efec8e8bc53..c81477bd4f27 100644 --- a/doc/manual/troubleshooting/links-nix-store.xml +++ b/doc/manual/troubleshooting/links-nix-store.xml @@ -1,8 +1,8 @@ -<chapter xmlns="http://docbook.org/ns/docbook" +<section xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude" version="5.0" - xml:id="ch-links-nix-store"> + xml:id="sec-links-nix-store"> <title><quote>Too many links</quote> Error in the Nix store</title> @@ -40,4 +40,4 @@ more than 32,000 subdirectories per directory, such as ReiserFS. ReiserFS lies to the kernel by reporting a link count of 1 if it exceeds the limit.)</para> -</chapter> \ No newline at end of file +</section> diff --git a/doc/manual/troubleshooting/troubleshooting.xml b/doc/manual/troubleshooting/troubleshooting.xml index e538e536f2ce..3618d907e596 100644 --- a/doc/manual/troubleshooting/troubleshooting.xml +++ b/doc/manual/troubleshooting/troubleshooting.xml @@ -1,18 +1,16 @@ -<part xmlns="http://docbook.org/ns/docbook" - xmlns:xlink="http://www.w3.org/1999/xlink" - xmlns:xi="http://www.w3.org/2001/XInclude" - version="5.0" - xml:id="part-troubleshooting"> +<appendix xmlns="http://docbook.org/ns/docbook" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:xi="http://www.w3.org/2001/XInclude" + version="5.0" + xml:id="ch-troubleshooting"> <title>Troubleshooting</title> -<partintro> <para>This section provides solutions for some common problems. See the <link xlink:href="http://bugs.strategoxt.org/browse/NIX">Nix bug tracker</link> for a list of currently known issues.</para> -</partintro> <xi:include href="collisions-nixenv.xml" /> <xi:include href="links-nix-store.xml" /> -</part> +</appendix> |