X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=doc%2Fsrc%2Flibrary%2Fcode_send.im;h=b13a3c8c8bb1ff463c67f25de406dee1962ec3e2;hb=fe6a856df463a0d7e06b28aac8590ac9c0f08dd6;hp=fb9c4ff9ecb67bc05421b4d4ce08e9f6dace5fc2;hpb=d961525e9eb23e3dee4a16960a1772782c3b8b36;p=ric-plt%2Flib%2Frmr.git diff --git a/doc/src/library/code_send.im b/doc/src/library/code_send.im index fb9c4ff..b13a3c8 100644 --- a/doc/src/library/code_send.im +++ b/doc/src/library/code_send.im @@ -21,11 +21,10 @@ .** 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