* [Qemu-devel] [PATCH] qemu-nbd: Fix wrong description in qemu-nbd.texi
@ 2010-03-03 15:18 Ryota Ozaki
2010-03-06 22:05 ` Aurelien Jarno
0 siblings, 1 reply; 2+ messages in thread
From: Ryota Ozaki @ 2010-03-03 15:18 UTC (permalink / raw)
To: qemu-devel
-c option needs argument <dev> but it's missing now.
This patch fixes it.
Signed-off-by: Ryota Ozaki <ozaki.ryota@gmail.com>
---
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}
--
1.6.5.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Qemu-devel] [PATCH] qemu-nbd: Fix wrong description in qemu-nbd.texi
2010-03-03 15:18 [Qemu-devel] [PATCH] qemu-nbd: Fix wrong description in qemu-nbd.texi Ryota Ozaki
@ 2010-03-06 22:05 ` Aurelien Jarno
0 siblings, 0 replies; 2+ messages in thread
From: Aurelien Jarno @ 2010-03-06 22:05 UTC (permalink / raw)
To: Ryota Ozaki; +Cc: qemu-devel
On Thu, Mar 04, 2010 at 12:18:43AM +0900, Ryota Ozaki wrote:
> -c option needs argument <dev> but it's missing now.
> This patch fixes it.
>
> Signed-off-by: Ryota Ozaki <ozaki.ryota@gmail.com>
Thanks, applied.
> ---
> 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}
> --
> 1.6.5.2
>
>
>
>
--
Aurelien Jarno GPG: 1024D/F1BCDB73
aurelien@aurel32.net http://www.aurel32.net
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-03-06 22:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-03 15:18 [Qemu-devel] [PATCH] qemu-nbd: Fix wrong description in qemu-nbd.texi Ryota Ozaki
2010-03-06 22:05 ` Aurelien Jarno
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).