From patchwork Wed Mar 3 15:18:43 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ryota OZAKI X-Patchwork-Id: 46818 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 3A7D9B7CA6 for ; Thu, 4 Mar 2010 02:21:11 +1100 (EST) Received: from localhost ([127.0.0.1]:36838 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NmqNo-0003Cq-C6 for incoming@patchwork.ozlabs.org; Wed, 03 Mar 2010 10:21:08 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NmqND-0003Cb-OL for qemu-devel@nongnu.org; Wed, 03 Mar 2010 10:20:31 -0500 Received: from [199.232.76.173] (port=59748 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NmqND-0003CK-3t for qemu-devel@nongnu.org; Wed, 03 Mar 2010 10:20:31 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NmqNB-0007TM-IX for qemu-devel@nongnu.org; Wed, 03 Mar 2010 10:20:31 -0500 Received: from mail-fx0-f214.google.com ([209.85.220.214]:39818) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NmqNB-0007TG-9D for qemu-devel@nongnu.org; Wed, 03 Mar 2010 10:20:29 -0500 Received: by fxm6 with SMTP id 6so1708829fxm.2 for ; Wed, 03 Mar 2010 07:20:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :message-id:x-mailer; bh=FeTdEQzNDJEx3gS6Ot52pk2Crv8hugGwJ32tNCj7H7o=; b=ELZyAEO7Ssi1VG1UygnqIp9tl1pdyNAtV8BfHocvApUVSwDv7pAyWshhga1OBq4ngM bBEiPUmZvxGCPAzMwqh82ImsUAXx2MQgAGyIRnONzeAFjS7ZUTr+GzHzEC6qd1WYxeIb 6IhGr0xiLvx651lJphdon2O95hExhMnurfP7c= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:message-id:x-mailer; b=dOgQqeMGb08xQrvJQin9UcVUqxBoeIiptc2qii9JHcE1yM/B9SKkj3eCdql790jLy0 0Rgh1i4R9TM2HCFglPrQgXPjQOGT9HINzS/Zy3p39IsHkpJa3SVXaUntYPlS4Fm2KGlB VT7bhtCqPiSoZplW8e4WF2cPTrlb65C8Uy52Q= Received: by 10.87.65.9 with SMTP id s9mr657004fgk.48.1267629627656; Wed, 03 Mar 2010 07:20:27 -0800 (PST) Received: from localhost.localdomain (host105.nvlab.org [122.1.115.105]) by mx.google.com with ESMTPS id e3sm11917792fga.23.2010.03.03.07.20.24 (version=SSLv3 cipher=RC4-MD5); Wed, 03 Mar 2010 07:20:25 -0800 (PST) From: Ryota Ozaki To: qemu-devel@nongnu.org Date: Thu, 4 Mar 2010 00:18:43 +0900 Message-Id: <1267629523-25392-1-git-send-email-ozaki.ryota@gmail.com> X-Mailer: git-send-email 1.6.5.2 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) Subject: [Qemu-devel] [PATCH] qemu-nbd: Fix wrong description in qemu-nbd.texi X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org -c option needs argument but it's missing now. This patch fixes it. Signed-off-by: Ryota Ozaki --- qemu-nbd.texi | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/qemu-nbd.texi b/qemu-nbd.texi index ef13b34..44996cc 100644 --- a/qemu-nbd.texi +++ b/qemu-nbd.texi @@ -30,8 +30,8 @@ Export Qemu disk image using NBD protocol. use snapshot file @item -n, --nocache disable host cache -@item -c, --connect - connect FILE to NBD device DEV +@item -c, --connect=@var{dev} + connect @var{filename} to NBD device @var{dev} @item -d, --disconnect disconnect the specified device @item -e, --shared=@var{num}