about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2011-03-15T13·12+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2011-03-15T13·12+0000
commit48bdbbf07042f130996c0d9116893cc9f8ed2488 (patch)
treec234820ab9087fb8dc94b0f3fba8f2e41b7f2e50 /doc
parent802c2651c84b73a54b2a89484aa463f1f0df3b94 (diff)
* Fix a bug in the documentation (reported by Olexiy Buyanskyy,
  Nix/215).

Diffstat (limited to 'doc')
-rw-r--r--doc/manual/installation.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/installation.xml b/doc/manual/installation.xml
index 87a6c446a2..bed96cd885 100644
--- a/doc/manual/installation.xml
+++ b/doc/manual/installation.xml
@@ -380,7 +380,7 @@ is a special account called <literal>nix</literal>, but it can be
 named anything.  It should own the Nix store and database:
 
 <screen>
-$ chown -R root /nix/store /nix/var/nix</screen>
+$ chown -R nix /nix/store /nix/var/nix</screen>
 
 and of course <command>nix-worker --daemon</command> should be started
 under that user, e.g.,