about summary refs log tree commit diff
path: root/doc/manual/release-notes/rl-2.3.xml
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2019-09-04T13·59+0200
committerEelco Dolstra <edolstra@gmail.com>2019-09-04T14·00+0200
commit22d4ea7a989d26b86fc27706dfea0abd2fb52c52 (patch)
treebf7037cfcffe75d65ce47a92bc48535e80c3a3a6 /doc/manual/release-notes/rl-2.3.xml
parentb774845af7a645b44bff69cf9f655c47fe4b9fb2 (diff)
Tweak release notes
Diffstat (limited to 'doc/manual/release-notes/rl-2.3.xml')
-rw-r--r--doc/manual/release-notes/rl-2.3.xml11
1 files changed, 5 insertions, 6 deletions
diff --git a/doc/manual/release-notes/rl-2.3.xml b/doc/manual/release-notes/rl-2.3.xml
index 291b56448a0e..80fbd63966a3 100644
--- a/doc/manual/release-notes/rl-2.3.xml
+++ b/doc/manual/release-notes/rl-2.3.xml
@@ -13,9 +13,8 @@ incompatible changes:</para>
 
   <listitem>
     <para>Nix now uses BSD file locks instead of POSIX file
-    locks. Since previous releases used POSIX file locks, you should
-    not use Nix 2.2 and previous releases at the same time on a Nix
-    store.</para>
+    locks. Because of this, you should not use Nix 2.3 and previous
+    releases at the same time on a Nix store.</para>
   </listitem>
 
 </itemizedlist>
@@ -47,9 +46,9 @@ incompatible changes:</para>
   </listitem>
 
   <listitem>
-    <para><command>nix</command>: Add
+    <para>The <command>nix</command> command has a new
     <option>--print-build-logs</option> (<option>-L</option>) flag to
-    print build log output to stderr rather than showing the last log
+    print build log output to stderr, rather than showing the last log
     line in the progress bar. To distinguish between concurrent
     builds, log lines are prefixed by the name of the package.
     </para>
@@ -57,7 +56,7 @@ incompatible changes:</para>
 
   <listitem>
     <para>Builds are now executed in a pseudo-terminal, and the
-    <envar>TERM</envar> evnironment variable is set to
+    <envar>TERM</envar> environment variable is set to
     <literal>xterm-256color</literal>. This allows many programs
     (e.g. <command>gcc</command>, <command>clang</command>,
     <command>cmake</command>) to print colorized log output.</para>