diff options
author | Ludovic Courtès <ludo@gnu.org> | 2023-06-16 11:59:22 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2023-06-18 22:55:45 +0200 |
commit | d4ff504efa0eb08d7ab05079ec000c143417838a (patch) | |
tree | 70105298a861117be6a58b680fa26037a9ea4035 /doc | |
parent | 726f2a944730a1edbdbebfe57fb9e7e0ba47d83e (diff) |
doc: Fix typo.
* doc/guix.texi (Invoking guix pack): Use @command, not @var.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 2 |
1 files changed, 1 insertions, 1 deletions
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. |