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/manual/troubleshooting/troubleshooting.xml | |
parent | f77d83c26b60e5e53225eefcbfa5366c3ece5a85 (diff) |
Make troubleshooting an appendix
Diffstat (limited to 'doc/manual/troubleshooting/troubleshooting.xml')
-rw-r--r-- | doc/manual/troubleshooting/troubleshooting.xml | 14 |
1 files changed, 6 insertions, 8 deletions
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> |