use code for env var notation

This commit is contained in:
Valentin Gagarin 2024-02-09 11:16:28 +01:00 committed by fricklerhandwerk
parent d9009e0028
commit 11c26d4cc5

View File

@ -734,7 +734,7 @@ in
The default is to use userspace networking (SLiRP).
If you override this option, be advised to keep
''${QEMU_NET_OPTS:+,$QEMU_NET_OPTS} (as seen in the example)
`''${QEMU_NET_OPTS:+,$QEMU_NET_OPTS}` (as seen in the example)
to keep the default runtime behaviour.
'';
};