doc: Fix typo.
* doc/guix.texi (Invoking guix shell): Fix a typo.
This commit is contained in:
parent
7c5db47730
commit
e5667edf50
1 changed files with 1 additions and 1 deletions
|
@ -5650,7 +5650,7 @@ spawning a @dfn{container} isolated from the rest of the system:
|
||||||
guix shell --container emacs gcc-toolchain
|
guix shell --container emacs gcc-toolchain
|
||||||
@end example
|
@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
|
nothing but @code{emacs}, @code{gcc-toolchain}, and their dependencies
|
||||||
is available. The container lacks network access and shares no files
|
is available. The container lacks network access and shares no files
|
||||||
other than the current working directory with the surrounding
|
other than the current working directory with the surrounding
|
||||||
|
|
Reference in a new issue