civodul pushed a commit to branch master
in repository guix.

commit d4ff504efa0eb08d7ab05079ec000c143417838a
Author: Ludovic Courtès <[email protected]>
AuthorDate: Fri Jun 16 11:59:22 2023 +0200

    doc: Fix typo.
    
    * doc/guix.texi (Invoking guix pack): Use @command, not @var.
---
 doc/guix.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index 9232c82b4b..eb6cc9a875 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -6995,7 +6995,7 @@ docker run -ti guile-guile-readline /bin/guile
 @end example
 
 @noindent
-where @var{file} is the image returned by @var{guix pack}, and
+where @var{file} is the image returned by @command{guix pack}, and
 @code{guile-guile-readline} is its ``image tag''.  See the
 @uref{https://docs.docker.com/engine/reference/commandline/load/, Docker
 documentation} for more information.

Reply via email to