aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2014-09-16 15:39:08 +0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2014-09-16 15:39:08 +0200
commit5a0181c7f2aa39643e3104037904d33ec530dc6c (patch)
tree72096b0c7a8ee77f28ff3631faf6d3ad2140f8fe
parentf77d83c26b60e5e53225eefcbfa5366c3ece5a85 (diff)
Make troubleshooting an appendix
-rw-r--r--doc/manual/troubleshooting/collisions-nixenv.xml6
-rw-r--r--doc/manual/troubleshooting/links-nix-store.xml6
-rw-r--r--doc/manual/troubleshooting/troubleshooting.xml14
3 files changed, 12 insertions, 14 deletions
diff --git a/doc/manual/troubleshooting/collisions-nixenv.xml b/doc/manual/troubleshooting/collisions-nixenv.xml
index addc4cc29..316d2d16c 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 5efec8e8b..c81477bd4 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 e538e536f..3618d907e 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>