diff options
author | Ivan Kozik <ivan@ludios.org> | 2013-08-10T21·36+0000 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2013-08-26T09·15+0200 |
commit | 34bb806f747d5edc16119e38e2ac44e6b236ac12 (patch) | |
tree | bee9d463cd53277998bc20b7b37e78745461ce25 /doc/manual/troubleshooting.xml | |
parent | c6c024ca6f587dab991589ad6fdf010b9f0e6d62 (diff) |
Fix typos, especially those that end up in the Nix manual
Diffstat (limited to 'doc/manual/troubleshooting.xml')
-rw-r--r-- | doc/manual/troubleshooting.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/manual/troubleshooting.xml b/doc/manual/troubleshooting.xml index 7403200e0326..ec8c4c924fc7 100644 --- a/doc/manual/troubleshooting.xml +++ b/doc/manual/troubleshooting.xml @@ -17,7 +17,7 @@ bug tracker</link> for a list of currently known issues.</para> $ nix-env -i docbook-xml ... adding /nix/store/s5hyxgm62gk2...-docbook-xml-4.2 -collission between `/nix/store/s5hyxgm62gk2...-docbook-xml-4.2/xml/dtd/docbook/calstblx.dtd' +collision between `/nix/store/s5hyxgm62gk2...-docbook-xml-4.2/xml/dtd/docbook/calstblx.dtd' and `/nix/store/06h377hr4b33...-docbook-xml-4.3/xml/dtd/docbook/calstblx.dtd' at /nix/store/...-builder.pl line 62.</screen> @@ -68,7 +68,7 @@ in <filename>/nix/store</filename>, as can be seen using <command>ls $ ls -l /nix/store drwxrwxrwt 32000 nix nix 4620288 Sep 8 15:08 store</screen> -The <literal>ext2</literal> file system is limited to a inode link +The <literal>ext2</literal> file system is limited to an inode link count of 32,000 (each subdirectory increasing the count by one). Furthermore, the <literal>st_nlink</literal> field of the <function>stat</function> system call is a 16-bit value.</para> |