From ea1962b825923a1d510625990be13a8df7549a7e Mon Sep 17 00:00:00 2001 From: Nevin Valsaraj Date: Fri, 22 Jul 2022 09:14:31 -0700 Subject: [PATCH] Problem: Incorrect formatting of documentation in zmq_udp.txt Solution: Replace incorrect underline pattern in zmq_udp.txt that makes part of the text show up as pre-formatted code block with regular underline pattern. --- doc/zmq_udp.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/zmq_udp.txt b/doc/zmq_udp.txt index 6f740ce4..8dc6803f 100644 --- a/doc/zmq_udp.txt +++ b/doc/zmq_udp.txt @@ -28,7 +28,7 @@ For the UDP transport, the transport is `udp`. The meaning of the 'address' part is defined below. Binding a socket -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +---------------- With 'udp' we can only bind the 'ZMQ_DISH' socket type. When binding a socket using _zmq_bind()_ with the 'udp' transport the 'endpoint' shall be interpreted as an 'interface' followed by a @@ -45,7 +45,7 @@ The UDP port number may be specified a numeric value, usually above 1024 on POSIX systems. Connecting a socket -~~~~~~~~~~~~~~~~~~~ +------------------- With 'udp' we can only connect the 'ZMQ_RADIO' socket type. When connecting a socket to a peer address using _zmq_connect()_ with the 'udp' transport, the 'endpoint' shall be interpreted as a 'peer address' followed by