[libvirt PATCH] docs: fix documentation for nodedev-start

Jonathon Jongsma posted 1 patch 2 years, 5 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20211103191435.2009952-1-jjongsma@redhat.com
docs/manpages/virsh.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[libvirt PATCH] docs: fix documentation for nodedev-start
Posted by Jonathon Jongsma 2 years, 5 months ago
Presumably the result of a copy/paste mistake, the the argument for the
`nodedev-start` command was described as a 'network' rather than a
'device'.

Signed-off-by: Jonathon Jongsma <jjongsma@redhat.com>
---

pushed as trivial

 docs/manpages/virsh.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/manpages/virsh.rst b/docs/manpages/virsh.rst
index bcc9c80320..ac564d94f2 100644
--- a/docs/manpages/virsh.rst
+++ b/docs/manpages/virsh.rst
@@ -5083,7 +5083,7 @@ nodedev-start
 
 ::
 
-   nodedev-start network
+   nodedev-start device
 
 Start a (previously defined) inactive device.
 
-- 
2.31.1