From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:46489) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hLFPS-000597-UA for guix-patches@gnu.org; Mon, 29 Apr 2019 19:10:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hLFPR-0001Kx-9o for guix-patches@gnu.org; Mon, 29 Apr 2019 19:10:06 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:54777) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hLFPO-0001Jy-2Z for guix-patches@gnu.org; Mon, 29 Apr 2019 19:10:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hLFPN-0004sP-LC for guix-patches@gnu.org; Mon, 29 Apr 2019 19:10:01 -0400 Subject: [bug#35436] [PATCH 3/3] doc: Fix typo (after sqash) Resent-Message-ID: Date: Tue, 30 Apr 2019 01:08:59 +0200 From: Miguel Message-ID: <20190430010859.4060afce@gmail.com> In-Reply-To: <20190430005738.26e7a397@gmail.com> References: <20190430005738.26e7a397@gmail.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="MP_/l_pG6gN.dZRUAO7_5c3D87h" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 35436@debbugs.gnu.org --MP_/l_pG6gN.dZRUAO7_5c3D87h Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline El Tue, 30 Apr 2019 00:57:38 +0200 Miguel escribi=C3=B3: > Hi, >=20 > I've squashed the patches for the manual into a single one. It would > have been great having them for the release, but we are almost there > and they are all editorial/typographic issues and probably can wait > for the next release cycle. >=20 > Best regards, > Miguel >=20 And here comes another one, sorry. Best regards, Miguel -- doc: Fix typo. * doc/guix.texi (VM): Missing dot after URL---long line. --- doc/guix.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --MP_/l_pG6gN.dZRUAO7_5c3D87h Content-Type: text/x-patch Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=0001-doc-Fix-typo.patch >From 1348ef6f90950376e5bae83f6f21d86309192942 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20=C3=81ngel=20Arruga=20Vivas?= Date: Tue, 30 Apr 2019 01:04:07 +0200 Subject: [PATCH] doc: Fix typo. * doc/guix.texi (VM): Missing dot after URL---long line. --- doc/guix.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guix.texi b/doc/guix.texi index 297eff2405..98e84923fe 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -24650,7 +24650,7 @@ example graph. @cindex virtual machine To run Guix in a virtual machine (VM), one can use the pre-built Guix VM image distributed at -@indicateurl{@value{BASE-URL}/guix-system-vm-image-@value{VERSION}.@var{system}.xz} +@indicateurl{@value{BASE-URL}/guix-system-vm-image-@value{VERSION}.@var{system}.xz}. This image is a compressed image in QCOW format. You will first need to decompress with @command{xz -d}, and then you can pass it to an emulator such as QEMU (see below for details). -- 2.21.0 --MP_/l_pG6gN.dZRUAO7_5c3D87h--