From bd87f91768ecf8aa8512ed635b46ce610a682c43 Mon Sep 17 00:00:00 2001 From: lixiang_yewu Date: Fri, 23 Aug 2024 03:14:08 +0000 Subject: [PATCH] =?UTF-8?q?update=20docs/tools/virtfs-proxy-helper.rst.=20?= =?UTF-8?q?=E6=8B=BC=E5=86=99=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: lixiang_yewu --- 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 -- Gitee