Add SI95 transport library to doc
[ric-plt/lib/rmr.git] / doc / src / library / code_rcv.im
index 8d75d62..56c24eb 100644 (file)
 .** example sender code
 
 &h2(Receiver Sample)
-The receiver code is even more simple than the sender code as it does not
-need to wait for a route table to arrive (only senders need to do that), nor
-does it need to allocate an initial buffer.
-The example assumes that the sender is transmitting a zero terminated string
-as the payload.
+The receiver code is even simpler than the sender code as it does not
+need to wait for a route table to arrive (only senders need to do
+that), nor does it need to allocate an initial buffer.  The example
+assumes that the sender is transmitting a zero terminated string as
+the payload.
 
 &space