about summary refs log tree commit diff
path: root/doc/manual/troubleshooting/troubleshooting.xml
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2014-09-16T13·39+0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2014-09-16T13·39+0200
commit5a0181c7f2aa39643e3104037904d33ec530dc6c (patch)
tree72096b0c7a8ee77f28ff3631faf6d3ad2140f8fe /doc/manual/troubleshooting/troubleshooting.xml
parentf77d83c26b60e5e53225eefcbfa5366c3ece5a85 (diff)
Make troubleshooting an appendix
Diffstat (limited to 'doc/manual/troubleshooting/troubleshooting.xml')
-rw-r--r--doc/manual/troubleshooting/troubleshooting.xml14
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>