diff mbox series

[bug#47794] doc: Fix typo.

Message ID 20210415121115.7441-1-zimon.toutoune@gmail.com
State Accepted
Headers show
Series [bug#47794] doc: Fix typo. | expand

Checks

Context Check Description
cbaines/submitting builds success
cbaines/comparison success View comparision
cbaines/git branch success View Git branch
cbaines/applying patch success View Laminar job
cbaines/issue success View issue

Commit Message

Simon Tournier April 15, 2021, 12:11 p.m. UTC
The 'vm-image' command has been superseded by the 'image' command in
ee2a5da80a9bda25542c00a7a35a9ddddcbd58af.

* doc/guix.texi (Running Guix in a VM): Fix typo.
---
 doc/guix.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


base-commit: 46c6161ed638ecde5e55211903be46deb22b5e93

Comments

Leo Famulari April 15, 2021, 5 p.m. UTC | #1
On Thu, Apr 15, 2021 at 02:11:15PM +0200, zimoun wrote:
> The 'vm-image' command has been superseded by the 'image' command in
> ee2a5da80a9bda25542c00a7a35a9ddddcbd58af.

Thanks, good catch!

> * doc/guix.texi (Running Guix in a VM): Fix typo.
> ---
>  doc/guix.texi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/doc/guix.texi b/doc/guix.texi
> index bb86195a25..5fa7445dbc 100644
> --- a/doc/guix.texi
> +++ b/doc/guix.texi
> @@ -33447,7 +33447,7 @@ as @file{/run/current-system/configuration.scm} (@pxref{Using the
>  Configuration System}).
>  
>  Instead of using this pre-built image, one can also build their own virtual
> -machine image using @command{guix system vm-image} (@pxref{Invoking guix
> +machine image using @command{guix system image} (@pxref{Invoking guix
>  system}).  The returned image is in qcow2 format, which the
>  @uref{https://qemu.org/, QEMU emulator} can efficiently use.

We are in "string freeze" until the release is complete, so that the
translators can finish their work. I'm keeping a list of "string
patches" to push after the release.
Mathieu Othacehe June 4, 2021, 11:59 a.m. UTC | #2
zimoun <zimon.toutoune@gmail.com> writes:

> The 'vm-image' command has been superseded by the 'image' command in
> ee2a5da80a9bda25542c00a7a35a9ddddcbd58af.
>
> * doc/guix.texi (Running Guix in a VM): Fix typo.
> ---
>  doc/guix.texi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/doc/guix.texi b/doc/guix.texi
> index bb86195a25..5fa7445dbc 100644
> --- a/doc/guix.texi
> +++ b/doc/guix.texi
> @@ -33447,7 +33447,7 @@ as @file{/run/current-system/configuration.scm} (@pxref{Using the
>  Configuration System}).
>  
>  Instead of using this pre-built image, one can also build their own virtual
> -machine image using @command{guix system vm-image} (@pxref{Invoking guix
> +machine image using @command{guix system image} (@pxref{Invoking guix
>  system}).  The returned image is in qcow2 format, which the
>  @uref{https://qemu.org/, QEMU emulator} can efficiently use.
>  
>
> base-commit: 46c6161ed638ecde5e55211903be46deb22b5e93
Mathieu Othacehe June 4, 2021, noon UTC | #3
Hello zimoun,

> The 'vm-image' command has been superseded by the 'image' command in
> ee2a5da80a9bda25542c00a7a35a9ddddcbd58af.

This was fixed with 55aa50834fe07597adddbfc4e007de9420b195ec.

Thanks,

Mathieu
diff mbox series

Patch

diff --git a/doc/guix.texi b/doc/guix.texi
index bb86195a25..5fa7445dbc 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -33447,7 +33447,7 @@  as @file{/run/current-system/configuration.scm} (@pxref{Using the
 Configuration System}).
 
 Instead of using this pre-built image, one can also build their own virtual
-machine image using @command{guix system vm-image} (@pxref{Invoking guix
+machine image using @command{guix system image} (@pxref{Invoking guix
 system}).  The returned image is in qcow2 format, which the
 @uref{https://qemu.org/, QEMU emulator} can efficiently use.