diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index f7adfafe54..4c525a6476 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -4879,7 +4879,7 @@ Attempt to build for @var{system}---e.g., @code{i686-linux}. @itemx -C @cindex container Run @var{command} within an isolated container. The current working -directory outside the container is mapped to @file{/env} inside the +directory outside the container is mapped inside the container. Additionally, the spawned process runs as the current user outside the container, but has root privileges in the context of the container. |