Add SI95 transport library to doc
[ric-plt/lib/rmr.git] / doc / src / library / code_send.im
index fb9c4ff..b13a3c8 100644 (file)
 .** example sender code
 
 &h2(Sender Sample)
-The following code segment shows how a message buffer can be allocated,
-populated, and sent.
-The snippet also illustrates how the result from the &func(rmr_send_msg)
-function is used to send the next message.
-It does not illustrate error and/or retry handling.
+The following code segment shows how a message buffer can be
+allocated, populated, and sent.  The snippet also illustrates how the
+result from the &func(rmr_send_msg) function is used to send the next
+message.  It does not illustrate error and/or retry handling.
 &space
 
 &indent