OSDN Git Service

docs: Fix typo in qemu-nbd -P replacement
authorEric Blake <eblake@redhat.com>
Thu, 23 Jan 2020 16:46:49 +0000 (10:46 -0600)
committerEric Blake <eblake@redhat.com>
Wed, 5 Feb 2020 23:29:17 +0000 (17:29 -0600)
commit2e3cb7583a138861cd68977394b172f268b8ed63
tree6760daf8c44c296b82342cb94b8308fe451f7a8b
parentdeb6ccb077238660080abe7e667bbf8ede5141c7
docs: Fix typo in qemu-nbd -P replacement

The suggested replacement for the deprecated 'qemu-nbd -P' refers to
'file.backing.opt' instead of 'file.file.opt'; using the example
verbatim results in:

qemu-nbd: Failed to blk_new_open 'driver=raw,offset=1m,size=100m,file.driver=qcow2,file.backing.driver=file,file.backing.filename=file4': A block device must be specified for "file"

Correct this text, prior to actually finishing the deprecation process.

Fixes: 0ae2d54645eb
Reported-by: Max Reitz <mreitz@redhat.com>
Signed-off-by: Eric Blake <eblake@redhat.com>
Message-Id: <20200123164650.1741798-2-eblake@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
qemu-deprecated.texi