From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id aHm8L16tnGEcJAEAgWs5BA (envelope-from ) for ; Tue, 23 Nov 2021 09:59:10 +0100 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id iEKCK16tnGGOKwAAB5/wlQ (envelope-from ) for ; Tue, 23 Nov 2021 08:59:10 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 69DEB37A84 for ; Tue, 23 Nov 2021 09:59:10 +0100 (CET) Received: from localhost ([::1]:58466 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mpRdt-0004Fw-Jx for larch@yhetil.org; Tue, 23 Nov 2021 03:59:09 -0500 Received: from eggs.gnu.org ([209.51.188.92]:38252) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mpRdm-0004CQ-9g for guix-patches@gnu.org; Tue, 23 Nov 2021 03:59:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:38413) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mpRdm-0004F5-1P for guix-patches@gnu.org; Tue, 23 Nov 2021 03:59:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mpRdl-0006mT-PZ for guix-patches@gnu.org; Tue, 23 Nov 2021 03:59:01 -0500 Subject: bug#51945: [PATCH] doc: Fix the example of "Using virt-viewer with Spice". Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Tue, 23 Nov 2021 08:59:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 51945 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Rostislav Svoboda Cc: 51945-done@debbugs.gnu.org Mail-Followup-To: 51945@debbugs.gnu.org, ludo@gnu.org, rostislav.svoboda@gmail.com Received: via spool by 51945-done@debbugs.gnu.org id=D51945.163765791326024 (code D ref 51945); Tue, 23 Nov 2021 08:59:01 +0000 Received: (at 51945-done) by debbugs.gnu.org; 23 Nov 2021 08:58:33 +0000 Received: from localhost ([127.0.0.1]:49958 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mpRdI-0006lg-Jr for submit@debbugs.gnu.org; Tue, 23 Nov 2021 03:58:32 -0500 Received: from eggs.gnu.org ([209.51.188.92]:37210) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mpRd2-0006lC-J5 for 51945-done@debbugs.gnu.org; Tue, 23 Nov 2021 03:58:31 -0500 Received: from [2001:470:142:3::e] (port=38500 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mpRcw-00049K-Pw; Tue, 23 Nov 2021 03:58:11 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=NVbVR6tNj3hBZG0SgNV3yl8/TQUr1A7L/Cm6QdgtqG4=; b=UbYl9d7iWblya2hdCcY2 AEsVCxE/Vh8MjV2DayfjMlEJTH84PrDfGj821/XxSOHdiisF4qO49m0TwoH32o/yCLqDtJCQ/8cE3 VIZwIORMDpl2OModAg4/6E5cAspwGEtCBMS43rgsUn4ed/TnNBwQX+ospmBpvZvCYMXDrGYpufNub pKl/MVDrUbmZVRXTlb59fKvWt6Q4ZkkF6iei8xoWw+pVa7CHI21TY+4p+F9qECh3WsX89KG2W4CqQ CQ0gO2U10xlCE0S+1L9npIcl+O0MJh8tkJE1YeSmt34nUDvUhyiGg2aZ2mR/c4miusVlhZ6vBPyns CILPT2nybroJOg==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:63067 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mpRcu-00014P-Uq; Tue, 23 Nov 2021 03:58:09 -0500 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20211118122039.10624-1-Rostislav.Svoboda@gmail.com> Date: Tue, 23 Nov 2021 09:58:07 +0100 In-Reply-To: <20211118122039.10624-1-Rostislav.Svoboda@gmail.com> (Rostislav Svoboda's message of "Thu, 18 Nov 2021 13:20:40 +0100") Message-ID: <875ysjl04g.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1637657950; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-to: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=NVbVR6tNj3hBZG0SgNV3yl8/TQUr1A7L/Cm6QdgtqG4=; b=OR/bBu5le0dhPgVfNEgX9zFuri6envF7M0w+1JNzozM5DKjbPYwZDHiRkqNodoVlNZxnSG iS0B7+bLePOm55RRPLzFNTfq0iTOoLNGlMiV+gq9BFzj8FUFAn7OchMhzd5gqxpYyxyvqh EBU8d5XJB7div7qvCiKlHXlqa9AzhRFB6Xh6MVfKdVTRN0qZurOZc14DyajNVat+WThKLo 5M/cLuWwrHIHY9ye6IMIWYxwrip9WKNL+wLLMG4TTAITmFO5HInRwnLdlFAIaBa33UXa+8 8E8xn+N4Zk1XmSk90xTYYB0BqWv3Hv0oJcXDosc2MpC5sMrL0P60z+eTszGEyQ== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1637657950; a=rsa-sha256; cv=none; b=RZx95c8qI2n+2nousG5nKYnymUgIIHAFmIluNat6Q66Bca/fjj9FtJHb+q0WQj7DLnLMaF dF/ccb96UB6P0evMMOQNfsGUqPEydSEqEtDxFiN0c9YFOdxRCLsl6V+CmK4ehkdUIgUqCv HzBPRtwguKLD8KxmS3JYMOP7ZwEKzFAB2Icr6LGAv/FNH1C7hVObiH1UPBHhAYcv+ev3Cm rK3RmPArKT0GsEnphF9XB4NJgw5UuBpT0wnW7FydUnsN3ozBQLKqjxlrKpr2kUxNvzs+sw RTbosFZLIuAcnX4bNU5aafyuBN2e8JKnjtByBAS9YsPHDpzVOBUS8FP9HKLqBg== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=UbYl9d7i; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -3.58 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=UbYl9d7i; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: 69DEB37A84 X-Spam-Score: -3.58 X-Migadu-Scanner: scn0.migadu.com X-TUID: aK194VZJD7hX Hi, Rostislav Svoboda skribis: > * doc/guix.texi (Running Guix in a Virtual Machine): add missing line > continuation char '\'. Applied, thanks! Ludo=E2=80=99.