From patchwork Tue Jan 12 13:39:39 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Christophe Fergeau X-Patchwork-Id: 566561 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id D92081402D2 for ; Wed, 13 Jan 2016 00:40:29 +1100 (AEDT) Received: from localhost ([::1]:60548 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aIzBT-0003hM-Hb for incoming@patchwork.ozlabs.org; Tue, 12 Jan 2016 08:40:27 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56404) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aIzBB-0003Jk-4k for qemu-devel@nongnu.org; Tue, 12 Jan 2016 08:40:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aIzB6-0003xH-5o for qemu-devel@nongnu.org; Tue, 12 Jan 2016 08:40:09 -0500 Received: from mx1.redhat.com ([209.132.183.28]:46852) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aIzB6-0003x8-0C; Tue, 12 Jan 2016 08:40:04 -0500 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (Postfix) with ESMTPS id 192619C0D7; Tue, 12 Jan 2016 13:40:03 +0000 (UTC) Received: from edamame.cdg.redhat.com (ovpn-116-92.ams2.redhat.com [10.36.116.92]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u0CDe1st022668 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Tue, 12 Jan 2016 08:40:02 -0500 Received: by edamame.cdg.redhat.com (Postfix, from userid 1000) id F33821405FB; Tue, 12 Jan 2016 14:40:00 +0100 (CET) From: Christophe Fergeau To: qemu-devel@nongnu.org Date: Tue, 12 Jan 2016 14:39:39 +0100 Message-Id: <1452605979-744-1-git-send-email-cfergeau@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.24 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 209.132.183.28 Cc: qemu-trivial@nongnu.org Subject: [Qemu-devel] [PATCH] man: virtfs-proxy-helper: Fix 'capbilities' typo 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 Signed-off-by: Christophe Fergeau --- fsdev/virtfs-proxy-helper.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fsdev/virtfs-proxy-helper.texi b/fsdev/virtfs-proxy-helper.texi index e60e3b9..1b905a0 100644 --- a/fsdev/virtfs-proxy-helper.texi +++ b/fsdev/virtfs-proxy-helper.texi @@ -29,7 +29,7 @@ driver sends filesystem request to proxy helper and receives the response from it. Proxy helper is designed so that it can drop the root privilege with -retaining capbilities needed for doing filesystem operations only. +retaining capabilities needed for doing filesystem operations only. @end table @c man end