diff options
| author | Alex Kost <alezost@gmail.com> | 2015-11-02 21:37:33 +0300 |
|---|---|---|
| committer | Alex Kost <alezost@gmail.com> | 2015-11-02 21:38:36 +0300 |
| commit | 5c2b2f006a7020b9c25ac32e675fa76260b3c3a4 (patch) | |
| tree | 0d5dc2044dc232283d594aad0ccf43a82e1c2d93 /doc | |
| parent | 8d9e9f28574e51e6cc3a5f8efc9c80bd7185bd71 (diff) | |
doc: Fix typos.
* doc/guix.texi (Invoking guix environment): Fix typos.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/guix.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index e1f61557546..74e0977db50 100644 --- a/doc/guix.texi +++ b/doc/guix.texi | |||
| @@ -4751,7 +4751,7 @@ PETSc package. | |||
| 4751 | Running: | 4751 | Running: |
| 4752 | 4752 | ||
| 4753 | @example | 4753 | @example |
| 4754 | guix environment --ad-hoc -e '(@ (gnu) %base-packages)' | 4754 | guix environment --ad-hoc -e '(@@ (gnu) %base-packages)' |
| 4755 | @end example | 4755 | @end example |
| 4756 | 4756 | ||
| 4757 | starts a shell with all the GuixSD base packages available. | 4757 | starts a shell with all the GuixSD base packages available. |
| @@ -4836,7 +4836,7 @@ directory: | |||
| 4836 | guix environment --container --expose=$HOME=/exchange guile -- guile | 4836 | guix environment --container --expose=$HOME=/exchange guile -- guile |
| 4837 | @end example | 4837 | @end example |
| 4838 | 4838 | ||
| 4839 | @item --share | 4839 | @item --share=@var{source}[=@var{target}] |
| 4840 | For containers, share the file system @var{source} from the host system | 4840 | For containers, share the file system @var{source} from the host system |
| 4841 | as the writable file system @var{target} within the container. If | 4841 | as the writable file system @var{target} within the container. If |
| 4842 | @var{target} is not specified, @var{source} is used as the target mount | 4842 | @var{target} is not specified, @var{source} is used as the target mount |
