Add manual pages to RTD as individual files
[ric-plt/lib/rmr.git] / doc / src / man / rmr_wh_open.3.xfm
index 738090a..af343dc 100644 (file)
@@ -45,7 +45,7 @@ void* rmr_wh_open( void* vctx, char* target )
 
 &h2(DESCRIPTION)
 The &cw(rmr_wh_open) function creates a direct link for sending, a wormhole, to another
-RMr based process.
+RMR based process.
 Sending messages through a wormhole requires that the connection be established overtly
 by the user application (via this function), and that the ID returned by &cw(rmr_wh_open)
 be passed to the &cw(rmr_wh_send_msg) function.
@@ -53,7 +53,7 @@ be passed to the &cw(rmr_wh_send_msg) function.
 &space
 &ital(Target) is the &ital(name:port,) or &ital(IP-address:port,) combination of the
 processess that the wormhole should be connected to.
-&ital(Vctx) is the RMr void context pointer that was returned by the &cw(rmr_init) function.
+&ital(Vctx) is the RMR void context pointer that was returned by the &cw(rmr_init) function.
 
 &space
 When invoked, this function immediatly attempts to connect to the target process.