From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MMckd-0002YE-Il for qemu-devel@nongnu.org; Fri, 03 Jul 2009 03:00:03 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MMckZ-0002Xv-1b for qemu-devel@nongnu.org; Fri, 03 Jul 2009 03:00:03 -0400 Received: from [199.232.76.173] (port=55773 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MMckY-0002Xs-SX for qemu-devel@nongnu.org; Fri, 03 Jul 2009 02:59:58 -0400 Received: from mx20.gnu.org ([199.232.41.8]:34590) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MMckY-0000cf-7u for qemu-devel@nongnu.org; Fri, 03 Jul 2009 02:59:58 -0400 Received: from mx2.redhat.com ([66.187.237.31]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MMckX-0007bB-5T for qemu-devel@nongnu.org; Fri, 03 Jul 2009 02:59:57 -0400 Message-ID: <4A4DAC23.3010802@redhat.com> Date: Fri, 03 Jul 2009 08:58:43 +0200 From: Kevin Wolf MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] monitor: Fix typo in documentation References: <4A4DA92D.4030208@web.de> In-Reply-To: <4A4DA92D.4030208@web.de> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: Anthony Liguori , qemu-devel Jan Kiszka schrieb: > Signed-off-by: Jan Kiszka > --- > > qemu-monitor.hx | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/qemu-monitor.hx b/qemu-monitor.hx > index aa29a91..dc10b75 100644 > --- a/qemu-monitor.hx > +++ b/qemu-monitor.hx > @@ -582,7 +582,7 @@ ETEXI > { "acl_policy", "ss", do_acl_policy, "aclname allow|deny", > "set default access control list policy" }, > STEXI > -@item acl_policy @var{aclname] @code{allow|deny} > +@item acl_policy @var{aclname} @code{allow|deny} > Set the default access control list policy, used in the event that > none of the explicit rules match. The default policy at startup is > always @code{deny}. > The third identical patch - wondering how long it will take until one of them will be committed. :-) Kevin