From 56b6befb5072977e1afa11c6d5940111d2d96682 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Mon, 7 Dec 2015 00:22:27 +0100 Subject: [PATCH] doc: 'guix environment --container' does not create '/env'. * doc/guix.texi (Invoking guix environment): Remove outdated mention of '/env' for '--container'. --- doc/guix.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guix.texi b/doc/guix.texi index f7adfafe5467674d478794e64bafc67c4dd8b7e0..4c525a647698aded38fe7463b88bf315b0199ffd 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.