about summary refs log tree commit diff
path: root/doc/manual/release-notes.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/manual/release-notes.xml')
-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