Archived
1
0
Fork 0

doc: Fix typo.

* doc/guix.texi (Invoking guix shell): Fix a typo.
This commit is contained in:
Nicolas Goaziou 2021-11-09 13:13:15 +01:00
parent 7c5db47730
commit e5667edf50
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -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