From patchwork Wed Jun 8 12:07:24 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Brad Hards X-Patchwork-Id: 99419 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 930B0B6F97 for ; Wed, 8 Jun 2011 22:24:34 +1000 (EST) Received: from localhost ([::1]:45095 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QUHoD-0005Dg-IL for incoming@patchwork.ozlabs.org; Wed, 08 Jun 2011 08:24:29 -0400 Received: from eggs.gnu.org ([140.186.70.92]:56208) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QUHY5-0002Hq-GC for qemu-devel@nongnu.org; Wed, 08 Jun 2011 08:07:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QUHY3-0004WQ-S3 for qemu-devel@nongnu.org; Wed, 08 Jun 2011 08:07:49 -0400 Received: from ipmail07.adl2.internode.on.net ([150.101.137.131]:48458) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QUHY3-0004W2-8D for qemu-devel@nongnu.org; Wed, 08 Jun 2011 08:07:47 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApwEAHJk702WZXPNgWdsb2JhbABTmASOQAEBFiYluxqNAoYjBKB4 Received: from ppp115-205.static.internode.on.net (HELO localhost.localdomain) ([150.101.115.205]) by ipmail07.adl2.internode.on.net with ESMTP; 08 Jun 2011 21:37:35 +0930 From: Brad Hards To: qemu-devel@nongnu.org Date: Wed, 8 Jun 2011 22:07:24 +1000 Message-Id: <1307534844-5075-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.131 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. 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..005c141 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 optionsis 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.