From 117d8467be232bcc1b0136d04f362d95d975ca95 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= <ludo@gnu.org>
Date: Fri, 14 Feb 2020 23:03:36 +0100
Subject: [PATCH] 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 3c310c0912f..5d9292b2e9b 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
-- 
GitLab