Add manual pages to RTD as individual files
[ric-plt/lib/rmr.git] / doc / src / man / retry.im
index 7ffd34a..f5396f2 100644 (file)
@@ -46,7 +46,7 @@ A retry loop consists of approximately 1000 send attempts &bold(without) any int
 calls to &ital(sleep()) or &ital(usleep().)
 The number of retry loops defaults to 1, thus a maximum of 1000 send attempts is performed
 before returning to the user application.
 calls to &ital(sleep()) or &ital(usleep().)
 The number of retry loops defaults to 1, thus a maximum of 1000 send attempts is performed
 before returning to the user application.
-This value can be set at any point after RMr initialisation using the &ital(rmr_set_stimeout())
+This value can be set at any point after RMR initialisation using the &ital(rmr_set_stimeout())
 function allowing the user application to completely disable retires (set to 0), or to
 increase the number of retry loops.
 
 function allowing the user application to completely disable retires (set to 0), or to
 increase the number of retry loops.