Add content type for long description for twine
[ric-plt/lib/rmr.git] / doc / src / man / rmr_mt_call.3.xfm
index 6cbfc24..ecb65ca 100644 (file)
        Date            24 May 2019
 .fi
 
-.** if formatting with tfm, the roff.im will cause roff output to be generated
-.** if formatting with pfm, then pretty postscript will be generated
 .gv e LIB lib
-.if pfm
-       .im &{lib}/generic_ps.im
-.ei
-       .gv e OUTPUT_RST use_rst
-       .if .ev &use_rst 1 = 
-               .im &{lib}/rst.im
-       .ei
-               .im &{lib}/roff.im
-       .fi
-.fi
+.im &{lib}/man/setup.im 
 
 &line_len(6i)
 
@@ -75,7 +64,7 @@ If the ID value is not in the proper range, the attempt to make the call will fa
 &space
 Messages which are received while waiting for the response are queued on a &ital(normal)
 receive queue and will be delivered to the user application with the next invocation 
-of &itaL( rmr_mt_rcv() ) or &ital( rmr_rvv_msg().) 
+of &ital( rmr_mt_rcv() ) or &ital( rmr_rvv_msg().) 
 by RMR, and are returned to the user application when &cw(rmr_rcv_msg) is 
 invoked.
 These messages are returned in th order received, one per call to &cw(rmr_rcv_msg.)
@@ -83,7 +72,7 @@ These messages are returned in th order received, one per call to &cw(rmr_rcv_ms
 &space
 NOTE: Currently the multi-threaded functions are supported only when the NNG 
 transport mechanism is being used. It will not be possible to link a programme
-using the nanomsg version of the library when references to this function are
+using the Nanomsg version of the library when references to this function are
 present.
 
 &h3(The Transaction ID)
@@ -98,6 +87,8 @@ the return buffer has the matching transaction ID. This can be done transparentl
 the application uses the &ital( rmr_rts_msg() ) function and does not adjust the 
 transaction ID.
 
+.** pull in common retry text
+.im &{lib}/man/retry.im 
 
 &h2(RETURN VALUE)
 The &cw(rmr_mt_call) function returns a pointer to a message buffer with the state set to reflect
@@ -211,6 +202,7 @@ rmr_rts_msg(3),
 rmr_ready(3),
 rmr_fib(3),
 rmr_has_str(3),
+rmr_set_stimeout(3),
 rmr_tokenise(3),
 rmr_mk_ring(3),
 rmr_ring_free(3)