From bfdfd96388fed2c23b2a42c32c5dd1a96d437c20 Mon Sep 17 00:00:00 2001 From: John Snow Date: Fri, 11 Jul 2025 01:40:01 -0400 Subject: [PATCH] qapi: add cross-references to sockets.json Signed-off-by: John Snow Reviewed-by: Eric Blake Message-ID: <20250711054005.60969-15-jsnow@redhat.com> Reviewed-by: Markus Armbruster Signed-off-by: Markus Armbruster --- qapi/sockets.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/qapi/sockets.json b/qapi/sockets.json index b5f4a8fecd..82046b0b3a 100644 --- a/qapi/sockets.json +++ b/qapi/sockets.json @@ -211,14 +211,14 @@ 'unix': 'UnixSocketAddressWrapper', 'vsock': 'VsockSocketAddressWrapper', 'fd': 'FdSocketAddressWrapper' } } -# Note: This type is deprecated in favor of SocketAddress. The -# difference between SocketAddressLegacy and SocketAddress is that the +# Note: This type is deprecated in favor of `SocketAddress`. The +# difference between `SocketAddressLegacy` and `SocketAddress` is that the # latter has fewer ``{}`` on the wire. ## # @SocketAddressType: # -# Available SocketAddress types +# Available `SocketAddress` types # # @inet: Internet address # -- 2.47.2