doc: Use @itemx as needed.
authorLudovic Courtès <ludo@gnu.org>
Fri, 14 Feb 2020 22:03:36 +0000 (23:03 +0100)
committerLudovic Courtès <ludo@gnu.org>
Fri, 14 Feb 2020 22:03:36 +0000 (23:03 +0100)
This is a followup to 459e0967705945bf6b5861598202aefef27451cd.

* doc/guix.texi (Invoking guix environment): Use @itemx for '--share'.

doc/guix.texi

index 3c310c0..5d9292b 100644 (file)
@@ -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