From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:58245) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QUQeV-0002v1-9k for qemu-devel@nongnu.org; Wed, 08 Jun 2011 17:51:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QUQeT-0000uh-Nd for qemu-devel@nongnu.org; Wed, 08 Jun 2011 17:51:03 -0400 Received: from ipmail06.adl2.internode.on.net ([150.101.137.129]:26816) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QUQeT-0000uc-37 for qemu-devel@nongnu.org; Wed, 08 Jun 2011 17:51:01 -0400 From: Brad Hards Date: Thu, 9 Jun 2011 07:50:43 +1000 Message-Id: <1307569843-30661-1-git-send-email-bradh@frogmouth.net> Subject: [Qemu-devel] [PATCH] doc: Minor typo fix. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Brad Hards Thanks to agraf_, stefanha and Snader_LB for their IRC assistance. Thanks to Markus Armbruster and Alexander Graf (again) for their assistance with the second version of this patch. No patch is too simple to test... Signed-off-by: Brad Hards --- qemu-options.hx | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/qemu-options.hx b/qemu-options.hx index 82e085a..88e7eaa 100644 --- a/qemu-options.hx +++ b/qemu-options.hx @@ -1161,9 +1161,9 @@ Specify the guest-visible address of the host. Default is the 2nd IP in the guest network, i.e. x.x.x.2. @item restrict=y|yes|n|no -If this options is enabled, the guest will be isolated, i.e. it will not be +If this option is enabled, the guest will be isolated, i.e. it will not be able to contact the host and no guest IP packets will be routed over the host -to the outside. This option does not affect explicitly set forwarding rule. +to the outside. This option does not affect any explicitly set forwarding rules. @item hostname=@var{name} Specifies the client hostname reported by the builtin DHCP server. -- 1.7.4.1