civodul pushed a commit to branch master
in repository guix.

commit 117d8467be232bcc1b0136d04f362d95d975ca95
Author: Ludovic Courtès <l...@gnu.org>
AuthorDate: Fri Feb 14 23:03:36 2020 +0100

    doc: Use @itemx as needed.
    
    This is a followup to 459e0967705945bf6b5861598202aefef27451cd.
    
    * doc/guix.texi (Invoking guix environment): Use @itemx for '--share'.
---
 doc/guix.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index 3c310c0..5d9292b 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -4964,7 +4964,7 @@ shared and will change to the user's home directory 
within the container
 instead.  See also @code{--user}.
 
 @item --expose=@var{source}[=@var{target}]
-@item --share=@var{source}[=@var{target}]
+@itemx --share=@var{source}[=@var{target}]
 For containers, @code{--expose} (resp. @code{--share}) exposes the file
 system @var{source} from the host system as the read-only
 (resp. writable) file system @var{target} within the container.  If

Reply via email to