diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-11-09 13:13:15 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-11-09 13:13:15 +0100 |
commit | e5667edf5027ae7efd78eb5abaf0b0b5150454a9 (patch) | |
tree | 54f97aa550487e34dbadf5a03db19cad91ee70be /doc/guix.texi | |
parent | 7c5db47730b7f4c64d364db70c73af6ba3d7f6c7 (diff) | |
download | guix-e5667edf5027ae7efd78eb5abaf0b0b5150454a9.tar guix-e5667edf5027ae7efd78eb5abaf0b0b5150454a9.tar.gz |
doc: Fix typo.
* doc/guix.texi (Invoking guix shell): Fix a typo.
Diffstat (limited to 'doc/guix.texi')
-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 3355a535ad..e6980bd060 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -5650,7 +5650,7 @@ spawning a @dfn{container} isolated from the rest of the system: guix shell --container emacs gcc-toolchain @end example -The command above spawns an interactive shell in a container when +The command above spawns an interactive shell in a container where nothing but @code{emacs}, @code{gcc-toolchain}, and their dependencies is available. The container lacks network access and shares no files other than the current working directory with the surrounding |