diff options
Diffstat (limited to 'documentation/dev-manual/qemu.rst')
-rw-r--r-- | documentation/dev-manual/qemu.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/dev-manual/qemu.rst b/documentation/dev-manual/qemu.rst index 92c93a82ab..9e0b8b8136 100644 --- a/documentation/dev-manual/qemu.rst +++ b/documentation/dev-manual/qemu.rst | |||
@@ -424,9 +424,9 @@ command line: | |||
424 | in the :term:`Build Directory` ``deploy/image`` directory. | 424 | in the :term:`Build Directory` ``deploy/image`` directory. |
425 | Examples:: | 425 | Examples:: |
426 | 426 | ||
427 | QB_SLIRP_OPT="-netdev user,id=net0,hostfwd=tcp::8080-:80" | 427 | QB_SLIRP_OPT = "-netdev user,id=net0,hostfwd=tcp::8080-:80" |
428 | 428 | ||
429 | QB_SLIRP_OPT="-netdev user,id=net0,hostfwd=tcp::8080-:80,hostfwd=tcp::2222-:22" | 429 | QB_SLIRP_OPT = "-netdev user,id=net0,hostfwd=tcp::8080-:80,hostfwd=tcp::2222-:22" |
430 | 430 | ||
431 | The first example forwards TCP port 80 from the emulated system to | 431 | The first example forwards TCP port 80 from the emulated system to |
432 | port 8080 (or the next free port) on the host system, | 432 | port 8080 (or the next free port) on the host system, |