From patchwork Wed Jun 8 21:50:43 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Brad Hards X-Patchwork-Id: 99564 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [140.186.70.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 13477B6FCF for ; Thu, 9 Jun 2011 07:56:35 +1000 (EST) Received: from localhost ([::1]:46230 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QUQjn-0003Mq-4s for incoming@patchwork.ozlabs.org; Wed, 08 Jun 2011 17:56:31 -0400 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 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ap0EAFru702WZXPNgWdsb2JhbABTmAeOQgEBFiYlujyMf4YjBKB4 Received: from ppp115-205.static.internode.on.net (HELO localhost.localdomain) ([150.101.115.205]) by ipmail06.adl2.internode.on.net with ESMTP; 09 Jun 2011 07:20:57 +0930 From: Brad Hards To: qemu-devel@nongnu.org Date: Thu, 9 Jun 2011 07:50:43 +1000 Message-Id: <1307569843-30661-1-git-send-email-bradh@frogmouth.net> X-Mailer: git-send-email 1.7.4.1 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 150.101.137.129 Cc: Brad Hards Subject: [Qemu-devel] [PATCH] doc: Minor typo fix. X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org 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.