summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorJohn Snow <jsnow@redhat.com>2025-07-11 01:40:01 -0400
committerMarkus Armbruster <armbru@redhat.com>2025-07-14 12:58:13 +0200
commitbfdfd96388fed2c23b2a42c32c5dd1a96d437c20 (patch)
tree8bbb949f5fc44b3c3826a1b48a97644dfe2a16e8
parent57d2ad7d2f534d510c7afb44d574d6313a0ab91e (diff)
downloadfocaccia-qemu-bfdfd96388fed2c23b2a42c32c5dd1a96d437c20.tar.gz
focaccia-qemu-bfdfd96388fed2c23b2a42c32c5dd1a96d437c20.zip
qapi: add cross-references to sockets.json
Signed-off-by: John Snow <jsnow@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Message-ID: <20250711054005.60969-15-jsnow@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
-rw-r--r--qapi/sockets.json6
1 files 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
 #