From d4ff504efa0eb08d7ab05079ec000c143417838a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Fri, 16 Jun 2023 11:59:22 +0200 Subject: [PATCH] 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.