summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2015-12-07 00:22:27 +0100
committerLudovic Courtès <ludo@gnu.org>2015-12-07 23:32:01 +0100
commit56b6befb5072977e1afa11c6d5940111d2d96682 (patch)
tree7fb40e8029946bd9f4b2b58483d4ff7f9a918c9f /doc
parent1eca745b449c02d1763385fefd0294b6edfc841f (diff)
downloadguix-patches-56b6befb5072977e1afa11c6d5940111d2d96682.tar
guix-patches-56b6befb5072977e1afa11c6d5940111d2d96682.tar.gz
doc: 'guix environment --container' does not create '/env'.
* doc/guix.texi (Invoking guix environment): Remove outdated mention of '/env' for '--container'.
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi2
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.