qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH] Fix qemu -net user,hostfwd= example


From: Aurelien Jarno
Subject: [Qemu-devel] [PATCH] Fix qemu -net user,hostfwd= example
Date: Sat, 27 Feb 2010 10:54:31 +0100

Signed-off-by: Aurelien Jarno <address@hidden>
---
 qemu-options.hx |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/qemu-options.hx b/qemu-options.hx
index f53922f..7daa246 100644
--- a/qemu-options.hx
+++ b/qemu-options.hx
@@ -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
 
-- 
1.7.0





reply via email to

[Prev in Thread] Current Thread [Next in Thread]