From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MMcXS-0005Tt-EJ for qemu-devel@nongnu.org; Fri, 03 Jul 2009 02:46:26 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MMcXO-0005Sr-0i for qemu-devel@nongnu.org; Fri, 03 Jul 2009 02:46:25 -0400 Received: from [199.232.76.173] (port=54900 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MMcXN-0005So-OY for qemu-devel@nongnu.org; Fri, 03 Jul 2009 02:46:21 -0400 Received: from mx20.gnu.org ([199.232.41.8]:33992) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MMcXN-0007hf-59 for qemu-devel@nongnu.org; Fri, 03 Jul 2009 02:46:21 -0400 Received: from fmmailgate02.web.de ([217.72.192.227]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MMcXL-0006r1-Hx for qemu-devel@nongnu.org; Fri, 03 Jul 2009 02:46:19 -0400 Message-ID: <4A4DA92D.4030208@web.de> Date: Fri, 03 Jul 2009 08:46:05 +0200 From: Jan Kiszka MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig660EFC4BDD80231F1C664486" Sender: jan.kiszka@web.de Subject: [Qemu-devel] [PATCH] monitor: Fix typo in documentation List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: qemu-devel This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig660EFC4BDD80231F1C664486 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: quoted-printable 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}. --------------enig660EFC4BDD80231F1C664486 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (GNU/Linux) Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org iEYEARECAAYFAkpNqTkACgkQniDOoMHTA+nXOwCfTXGIbYh76ajJOGGdkphSb1aC PVoAn36sMRMfnqCjs40Y+T0MsvfhgX0M =XCLW -----END PGP SIGNATURE----- --------------enig660EFC4BDD80231F1C664486--