From patchwork Wed Feb 17 03:54:38 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jim Fehlig X-Patchwork-Id: 8334571 Return-Path: X-Original-To: patchwork-xen-devel@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 623E6C02AA for ; Wed, 17 Feb 2016 04:00:13 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 8E815202B8 for ; Wed, 17 Feb 2016 04:00:12 +0000 (UTC) Received: from lists.xen.org (lists.xenproject.org [50.57.142.19]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id C106620279 for ; Wed, 17 Feb 2016 04:00:11 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=lists.xen.org) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1aVtEy-000482-GL; Wed, 17 Feb 2016 03:57:24 +0000 Received: from mail6.bemta14.messagelabs.com ([193.109.254.103]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1aVtEx-00047g-48 for xen-devel@lists.xen.org; Wed, 17 Feb 2016 03:57:23 +0000 Received: from [193.109.254.147] by server-3.bemta-14.messagelabs.com id 53/A7-28972-2AFE3C65; Wed, 17 Feb 2016 03:57:22 +0000 X-Env-Sender: jfehlig@suse.com X-Msg-Ref: server-14.tower-27.messagelabs.com!1455681439!12195877!1 X-Originating-IP: [137.65.248.124] X-SpamReason: No, hits=0.0 required=7.0 tests= X-StarScan-Received: X-StarScan-Version: 7.35.1; banners=-,-,- X-VirusChecked: Checked Received: (qmail 11388 invoked from network); 17 Feb 2016 03:57:21 -0000 Received: from inet-orm.provo.novell.com (HELO mail.novell.com) (137.65.248.124) by server-14.tower-27.messagelabs.com with DHE-RSA-AES256-GCM-SHA384 encrypted SMTP; 17 Feb 2016 03:57:21 -0000 Received: from jfehlig1.provo.novell.com ([137.65.135.33]) by mail.novell.com with ESMTP (NOT encrypted); Tue, 16 Feb 2016 20:57:09 -0700 From: Jim Fehlig To: xen-devel@lists.xen.org Date: Tue, 16 Feb 2016 20:54:38 -0700 Message-Id: <1455681279-28451-3-git-send-email-jfehlig@suse.com> X-Mailer: git-send-email 1.8.0.1 In-Reply-To: <1455681279-28451-1-git-send-email-jfehlig@suse.com> References: <1455681279-28451-1-git-send-email-jfehlig@suse.com> Cc: wei.liu2@citrix.com, ian.jackson@eu.citrix.com, ian.campbell@citrix.com Subject: [Xen-devel] [PATCH 2/3] docs: fix typo in xl-disk-configuration.txt X-BeenThere: xen-devel@lists.xen.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP --- docs/misc/xl-disk-configuration.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Acked-by: Ian Campbell diff --git a/docs/misc/xl-disk-configuration.txt b/docs/misc/xl-disk-configuration.txt index 6a2118d..29f6ddb 100644 --- a/docs/misc/xl-disk-configuration.txt +++ b/docs/misc/xl-disk-configuration.txt @@ -160,7 +160,7 @@ Mandatory: No Default value: Automatically determine which backend to use. This does not affect the guest's view of the device. It controls -which software implementation of the Xen backend driver us used. +which software implementation of the Xen backend driver is used. Not all backend drivers support all combinations of other options. For example, "phy" does not support formats other than "raw".