28 lines
1.0 KiB
Diff
28 lines
1.0 KiB
Diff
|
|
From c31f85b015326ad6619c707ada5cea2713970741 Mon Sep 17 00:00:00 2001
|
||
|
|
From: lixiang_yewu <lixiang_yewu@cmss.chinamobile.com>
|
||
|
|
Date: Mon, 2 Sep 2024 07:35:57 +0000
|
||
|
|
Subject: [PATCH] update docs/tools/virtfs-proxy-helper.rst. This place is
|
||
|
|
spelled wrong.
|
||
|
|
|
||
|
|
Signed-off-by: lixiang_yewu <lixiang_yewu@cmss.chinamobile.com>
|
||
|
|
---
|
||
|
|
docs/tools/virtfs-proxy-helper.rst | 2 +-
|
||
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
|
||
|
|
diff --git a/docs/tools/virtfs-proxy-helper.rst b/docs/tools/virtfs-proxy-helper.rst
|
||
|
|
index bd310ebb07..175b480926 100644
|
||
|
|
--- a/docs/tools/virtfs-proxy-helper.rst
|
||
|
|
+++ b/docs/tools/virtfs-proxy-helper.rst
|
||
|
|
@@ -55,7 +55,7 @@ The following options are supported:
|
||
|
|
.. option:: -f, --fd SOCKET_ID
|
||
|
|
|
||
|
|
Use given file descriptor as socket descriptor for communicating with
|
||
|
|
- qemu proxy fs drier. Usually a helper like libvirt will create
|
||
|
|
+ qemu proxy fs driver. Usually a helper like libvirt will create
|
||
|
|
socketpair and pass one of the fds as parameter to this option.
|
||
|
|
|
||
|
|
.. option:: -s, --socket SOCKET_FILE
|
||
|
|
--
|
||
|
|
2.41.0.windows.1
|
||
|
|
|