From: Aurelien Jarno Date: Sat, 27 Feb 2010 09:50:32 +0000 (+0100) Subject: Fix qemu -net user,hostfwd= example X-Git-Tag: v0.12.4~48 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5163f6e864760e038964f1e38ee065b241695f35;p=thirdparty%2Fqemu.git Fix qemu -net user,hostfwd= example Signed-off-by: Aurelien Jarno (cherry picked from commit aa375206189b7de7c23ad9de66413fb7d4497940) --- diff --git a/qemu-options.hx b/qemu-options.hx index c22b9999660..8de71d6bad7 100644 --- a/qemu-options.hx +++ b/qemu-options.hx @@ -968,7 +968,7 @@ the guest, use the following: @example # on the host -qemu -net user,hostfwd=tcp:5555::23 [...] +qemu -net user,hostfwd=tcp::5555-:23 [...] telnet localhost 5555 @end example