diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2012-09-25T20·30-0400 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2012-09-25T20·30-0400 |
commit | f46612be96a70a188cd48462ac94089d3e95a36b (patch) | |
tree | 57db82cda7ad371ba3befb646612f1cbcedbb5d2 | |
parent | d534f137f0b0bf6b8559731edcfc1e50bd15a427 (diff) |
Add "on Linux" qualifier
-rw-r--r-- | doc/manual/release-notes.xml | 4 |
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 |