about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2018-12-18 09:22:17 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2018-12-18 09:22:17 +0100
commit826ab7026e0f18c85fb861ae5f97bad1e9f37006 (patch)
tree1b4a117399a255f440ce6297211a3eb4baffe4cc /doc
parent0023e1d0de7c0a61f884f286a1a25326f0c0a568 (diff)
parent982b5ee26f079656875e299b772147217fcc09a2 (diff)
downloadnixlib-826ab7026e0f18c85fb861ae5f97bad1e9f37006.tar
nixlib-826ab7026e0f18c85fb861ae5f97bad1e9f37006.tar.gz
nixlib-826ab7026e0f18c85fb861ae5f97bad1e9f37006.tar.bz2
nixlib-826ab7026e0f18c85fb861ae5f97bad1e9f37006.tar.lz
nixlib-826ab7026e0f18c85fb861ae5f97bad1e9f37006.tar.xz
nixlib-826ab7026e0f18c85fb861ae5f97bad1e9f37006.tar.zst
nixlib-826ab7026e0f18c85fb861ae5f97bad1e9f37006.zip
Merge master into staging-next
Diffstat (limited to 'doc')
-rw-r--r--doc/stdenv.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/stdenv.xml b/doc/stdenv.xml
index 4ef89991d2f2..1c18fab86696 100644
--- a/doc/stdenv.xml
+++ b/doc/stdenv.xml
@@ -2500,17 +2500,17 @@ addEnvHooks "$hostOffset" myBashFunction
      <listitem>
       <para>
        This hook will make a build pause instead of stopping when a failure
-       happen. It prevents nix to cleanup the build environment immediatly and
+       happens. It prevents nix from cleaning up the build environment immediately and
        allows the user to attach to a build environment using the
-       <command>cntr</command> command. On build error it will print the
-       instruction that are neccessary for <command>cntr</command>. Installing
+       <command>cntr</command> command. Upon build error it will print
+       instructions on how to use <command>cntr</command>. Installing
        cntr and running the command will provide shell access to the build
        sandbox of failed build. At <filename>/var/lib/cntr</filename> the
-       sandbox filesystem is mounted. All commands and files of the system are
+       sandboxed filesystem is mounted. All commands and files of the system are
        still accessible within the shell. To execute commands from the sandbox
        use the cntr exec subcommand. Note that <command>cntr</command> also
        needs to be executed on the machine that is doing the build, which might
-       be not the case when remote builders are enabled.
+       not be the case when remote builders are enabled.
        <command>cntr</command> is only supported on Linux-based platforms. To
        use it first add <literal>cntr</literal> to your
        <literal>environment.systemPackages</literal> on NixOS or alternatively to