Add route table guide and formatting tweaks
[ric-plt/lib/rmr.git] / doc / src / man / retry.im
index f5396f2..60e10bc 100644 (file)
@@ -1,7 +1,7 @@
 .if false
 ==================================================================================
-   Copyright (c) 2019 Nokia
-   Copyright (c) 2018-2019 AT&T Intellectual Property.
+   Copyright (c) 2019-2020 Nokia
+   Copyright (c) 2018-2020 AT&T Intellectual Property.
 
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
@@ -30,15 +30,19 @@ The send operations in RMR will retry &ital(soft) send failures until one of thr
 conditions occurs:
 &half_space
 &indent
-&beg_dlist( 0.3i : ^&bold_font )
-    &di(1.) The message is sent without error
-    &half_space
 
-    &di(2.) The underlying transport reports a &ital(hard) failure
-    &half_space
+&beg_list(&lic1)
+&item
+    The message is sent without error
 
-    &di(3.) The maximum number of retry loops has been attempted
-    &end_dlist
+&half_space
+&item
+    The underlying transport reports a &ital(hard) failure
+
+&half_space
+&item
+    The maximum number of retry loops has been attempted
+&end_list
 &uindent
 
 &space