Repair minor flaws in wormhole function docs
[ric-plt/lib/rmr.git] / doc / src / man / rmr_wh_send_msg.3.xfm
index 4a3fed8..fd82db2 100644 (file)
@@ -37,7 +37,7 @@
 &ex_start
 #include <rmr/rmr.h>
 
-rmr_mbuf_t* rmr_wh_send_msg( void* vctx, rmr_whid_t id, rmr_mbuf_t* msg );
+rmr_mbuf_t* rmr_wh_send_msg( void* vctx, rmr_whid_t id, rmr_mbuf_t* msg )
 &ex_end
 &uindent
 
@@ -51,6 +51,7 @@ ignored, and the caller may leave the message type unspecified in the message bu
 (unless it is needed by the receiving process).
 
 .sp
+&ital(Vctx) is the RMR void context pointer that was returned by the &cw(rmr_init) function.
 The message buffer (msg) used to send is the same format as used for regular RMR
 send and reply to sender operations, thus any buffer allocated by these means, or
 calls to &ital(rmr_rcv_msg()) can be passed to this function.