diff options
author | Matthew Trzcinski <matt@excalamus.com> | 2024-04-22 19:56:26 +0200 |
---|---|---|
committer | Florian Pelz <pelzflorian@pelzflorian.de> | 2024-04-22 21:08:41 +0200 |
commit | b8ccbc942e0ec7baf695d383e575991289c6e033 (patch) | |
tree | ca08bc8b3aa5a02351b249340ad653b52355c11d /doc | |
parent | 02df0a8a7d4712398d90f8635d4004e76bbc9f51 (diff) | |
download | guix-b8ccbc942e0ec7baf695d383e575991289c6e033.tar.gz guix-b8ccbc942e0ec7baf695d383e575991289c6e033.zip |
doc: Fix typo.
* doc/guix.texi (Installing Guix in a VM): Change indefinite article.
Signed-off-by: Florian Pelz <pelzflorian@pelzflorian.de>
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 65af136e61..04e33da1a9 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -2583,7 +2583,7 @@ The resulting file will be much smaller than 50 GB (typically less than 1 MB), but it will grow as the virtualized storage device is filled up. @item -Boot the USB installation image in an VM: +Boot the USB installation image in a VM: @example qemu-system-x86_64 -m 1024 -smp 1 -enable-kvm \ |