Skip to content

Commit 0f01fb5

Browse files
committed
Problem: markdown errors in zmq_getsockopt.txt
Solution: fix them
1 parent 8e6bafc commit 0f01fb5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/zmq_getsockopt.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ Applicable socket types:: all, when using TCP or IPC transports
224224

225225

226226
ZMQ_GSSAPI_SERVER: Retrieve current GSSAPI server role
227-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
227+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
228228
Returns the 'ZMQ_GSSAPI_SERVER' option, if any, previously set on the socket.
229229

230230
[horizontal]
@@ -744,7 +744,7 @@ Applicable socket types:: all, when using TCP transports.
744744

745745

746746
ZMQ_TCP_KEEPALIVE_IDLE: Override TCP_KEEPIDLE (or TCP_KEEPALIVE on some OS)
747-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
747+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
748748
Override 'TCP_KEEPIDLE'(or 'TCP_KEEPALIVE' on some OS) socket option (where
749749
supported by OS). The default value of `-1` means to skip any overrides and
750750
leave it to OS default.
@@ -923,7 +923,7 @@ Applicable socket types:: ZMQ_ROUTER
923923

924924

925925
ZMQ_IN_BATCH_SIZE: Maximal receive batch size
926-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
926+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
927927
Gets the maximal amount of messages that can be received in a single
928928
'recv' system call.
929929

@@ -939,7 +939,7 @@ Applicable socket types:: All, when using TCP, IPC, PGM or NORM transport.
939939

940940

941941
ZMQ_OUT_BATCH_SIZE: Maximal send batch size
942-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
942+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
943943
Gets the maximal amount of messages that can be sent in a single
944944
'send' system call.
945945

0 commit comments

Comments
 (0)