diff options
author | Danny Bautista <pyrolagus@nerdpol.ch> | 2019-10-08 14:02:40 -0400 |
---|---|---|
committer | Danny Bautista <pyrolagus@nerdpol.ch> | 2019-10-08 14:02:40 -0400 |
commit | 00a567588e43b51944a9b91c1e890bda27773aed (patch) | |
tree | 91543530cc4bec9d6bbd029aca92ae3eb99748de /doc/manual/expressions/simple-building-testing.xml | |
parent | 8ccae55dabafabd456641d92f36d14520b32c297 (diff) |
Fix typos in the Nix Manual.
Diffstat (limited to 'doc/manual/expressions/simple-building-testing.xml')
-rw-r--r-- | doc/manual/expressions/simple-building-testing.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/expressions/simple-building-testing.xml b/doc/manual/expressions/simple-building-testing.xml index 0348c082b..7326a3e76 100644 --- a/doc/manual/expressions/simple-building-testing.xml +++ b/doc/manual/expressions/simple-building-testing.xml @@ -43,7 +43,7 @@ use <command>nix-build</command>’s <option linkend='opt-out-link'>-o</option> switch to give the symlink another name.</para> -<para>Nix has a transactional semantics. Once a build finishes +<para>Nix has transactional semantics. Once a build finishes successfully, Nix makes a note of this in its database: it registers that the path denoted by <envar>out</envar> is now <quote>valid</quote>. If you try to build the derivation again, Nix |