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