From 1316fa5300fee8ab8dadfaa86ed89fa1550b174a Mon Sep 17 00:00:00 2001 From: Dave Hay Date: Tue, 22 Jun 2021 09:52:46 +0100 Subject: [PATCH] docs: Fix typos in Developer Guide - Adding missing `$` symbols to 3 references to `sandbox_id` variable - Adding missing `'` symbol to QEMU-related `socat` command Fixes #2075 Signed-off-by: Dave Hay --- docs/Developer-Guide.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/Developer-Guide.md b/docs/Developer-Guide.md index 80020dff7..0ec4ad837 100644 --- a/docs/Developer-Guide.md +++ b/docs/Developer-Guide.md @@ -656,7 +656,7 @@ VMM solution. In case of cloud-hypervisor, connect to the `vsock` as shown: ``` -$ sudo su -c 'cd /var/run/vc/vm/{sandbox_id}/root/ && socat stdin unix-connect:clh.sock' +$ sudo su -c 'cd /var/run/vc/vm/${sandbox_id}/root/ && socat stdin unix-connect:clh.sock' CONNECT 1026 ``` @@ -664,7 +664,7 @@ CONNECT 1026 For firecracker, connect to the `hvsock` as shown: ``` -$ sudo su -c 'cd /var/run/vc/firecracker/{sandbox_id}/root/ && socat stdin unix-connect:kata.hvsock' +$ sudo su -c 'cd /var/run/vc/firecracker/${sandbox_id}/root/ && socat stdin unix-connect:kata.hvsock' CONNECT 1026 ``` @@ -673,7 +673,7 @@ CONNECT 1026 For QEMU, connect to the `vsock` as shown: ``` -$ sudo su -c 'cd /var/run/vc/vm/{sandbox_id} && socat "stdin,raw,echo=0,escape=0x11" "unix-connect:console.sock" +$ sudo su -c 'cd /var/run/vc/vm/${sandbox_id} && socat "stdin,raw,echo=0,escape=0x11" "unix-connect:console.sock"' ``` To disconnect from the virtual machine, type `CONTROL+q` (hold down the