From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39368) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bxKMR-0007GQ-Ks for qemu-devel@nongnu.org; Thu, 20 Oct 2016 16:54:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bxKMM-0001gq-Qq for qemu-devel@nongnu.org; Thu, 20 Oct 2016 16:54:47 -0400 Received: from mx0a-001b2d01.pphosted.com ([148.163.156.1]:43387) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1bxKMM-0001gV-If for qemu-devel@nongnu.org; Thu, 20 Oct 2016 16:54:42 -0400 Received: from pps.filterd (m0098394.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.17/8.16.0.17) with SMTP id u9KKrow2035628 for ; Thu, 20 Oct 2016 16:54:41 -0400 Received: from e19.ny.us.ibm.com (e19.ny.us.ibm.com [129.33.205.209]) by mx0a-001b2d01.pphosted.com with ESMTP id 2673uvm1y8-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Thu, 20 Oct 2016 16:54:40 -0400 Received: from localhost by e19.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 20 Oct 2016 16:54:39 -0400 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Michael Roth In-Reply-To: <20161020192438.18564-1-sw@weilnetz.de> References: <20161020192438.18564-1-sw@weilnetz.de> Date: Thu, 20 Oct 2016 15:54:31 -0500 Message-Id: <20161020205431.17113.12895@loki> Subject: Re: [Qemu-devel] [PATCH] qemu-ga: Remove stray 'q' in documentation List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil , QEMU Developer Cc: QEMU Trivial Quoting Stefan Weil (2016-10-20 14:24:38) > Signed-off-by: Stefan Weil Reviewed-by: Michael Roth > --- > qemu-ga.texi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > = > diff --git a/qemu-ga.texi b/qemu-ga.texi > index 0e53bf6..4c7a8fd 100644 > --- a/qemu-ga.texi > +++ b/qemu-ga.texi > @@ -30,7 +30,7 @@ set user's password > @end itemize > = > qemu-ga will read a system configuration file on startup (located at > -q@file{/etc/qemu/qemu-ga.conf} by default), then parse remaining > +@file{/etc/qemu/qemu-ga.conf} by default), then parse remaining > configuration options on the command line. For the same key, the last > option wins, but the lists accumulate (see below for configuration > file format). > -- = > 2.9.3 >=20