Skip to content

Commit

Permalink
doc: fix typo in vhost document
Browse files Browse the repository at this point in the history
In "Example output"
'./scripts/rpc.py bdev_malloc_create 128 4096 Malloc0'
should be
'./scripts/rpc.py bdev_malloc_create 128 4096 -b Malloc0'
Add the missing '-b'.

Signed-off-by: Roger <[email protected]>
Change-Id: I81b7eb122d8a4f115ec23c9e017b235d36b2d7d1
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/15531
Reviewed-by: Changpeng Liu <[email protected]>
Reviewed-by: Tomasz Zawadzki <[email protected]>
Tested-by: SPDK CI Jenkins <[email protected]>
  • Loading branch information
livingshade authored and tomzawadzki committed Nov 21, 2022
1 parent 1a0ccf3 commit e1b81c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/vhost.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ EAL: using IOMMU type 1 (Type 1)
~~~

~~~{.sh}
host:~# ./scripts/rpc.py bdev_malloc_create 128 4096 Malloc0
host:~# ./scripts/rpc.py bdev_malloc_create 128 4096 -b Malloc0
Malloc0
~~~

Expand Down

0 comments on commit e1b81c0

Please sign in to comment.