diff options
Diffstat (limited to 'qapi/net.json')
-rw-r--r-- | qapi/net.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qapi/net.json b/qapi/net.json index b4768ce62b..cbc8d77c97 100644 --- a/qapi/net.json +++ b/qapi/net.json @@ -603,7 +603,7 @@ # @remote: remote address # @local: local address # -# Only SocketAddress types 'inet' and 'fd' are supported. +# Only SocketAddress types 'unix', 'inet' and 'fd' are supported. # # If remote address is present and it's a multicast address, local address # is optional. Otherwise local address is required and remote address is |