about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2012-09-25T20·30-0400
committerEelco Dolstra <eelco.dolstra@logicblox.com>2012-09-25T20·30-0400
commitf46612be96a70a188cd48462ac94089d3e95a36b (patch)
tree57db82cda7ad371ba3befb646612f1cbcedbb5d2 /doc
parentd534f137f0b0bf6b8559731edcfc1e50bd15a427 (diff)
Add "on Linux" qualifier
Diffstat (limited to 'doc')
-rw-r--r--doc/manual/release-notes.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/manual/release-notes.xml b/doc/manual/release-notes.xml
index b8220dd96a46..0a69f43b1fc2 100644
--- a/doc/manual/release-notes.xml
+++ b/doc/manual/release-notes.xml
@@ -17,8 +17,8 @@
   <listitem>
     <para>Nix no longer sets the immutable bit on files in the Nix
     store.  Instead, the recommended way to guard the Nix store
-    against accidental modification is to make it a read-only bind
-    mount, like this:
+    against accidental modification on Linux is to make it a read-only
+    bind mount, like this:
 
 <screen>
 $ mount --bind /nix/store /nix/store