Fix qemu -net user,hostfwd= example

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
This commit is contained in:
Aurelien Jarno 2010-02-27 10:50:32 +01:00
parent d616cf1d15
commit aa37520618
1 changed files with 1 additions and 1 deletions

View File

@ -1029,7 +1029,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