diff options
author | Aurelien Jarno <aurelien@aurel32.net> | 2010-03-27 11:52:05 +0100 |
---|---|---|
committer | Aurelien Jarno <aurelien@aurel32.net> | 2010-03-27 11:52:05 +0100 |
commit | 8d533561f6a6f78b00caf138062f174ca6cd55a2 (patch) | |
tree | 5b2f90c11c077d360583dd24f02dd99189c66a47 /qemu-options.hx | |
parent | b970ea8f8d7d05c4abd3e46afc207a585f941be1 (diff) |
qemu-options.hx: fix a typo
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Diffstat (limited to 'qemu-options.hx')
-rw-r--r-- | qemu-options.hx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu-options.hx b/qemu-options.hx index 8450b455ac..e2a5ca6e5a 100644 --- a/qemu-options.hx +++ b/qemu-options.hx @@ -1256,7 +1256,7 @@ TCP and unix socket options are given below: @table @option -@item TCP options: port=@var{host} [,host=@var{host}] [,to=@var{to}] [,ipv4] [,ipv6] [,nodelay] +@item TCP options: port=@var{port} [,host=@var{host}] [,to=@var{to}] [,ipv4] [,ipv6] [,nodelay] @option{host} for a listening socket specifies the local address to be bound. For a connecting socket species the remote host to connect to. @option{host} is |