X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=doc%2Fsrc%2Fman%2Frmr_wh_open.3.xfm;h=af343dc05ae34111981d089e84a335b2e51cbc24;hb=117030c67f7a3722e64f1ecc3305a5862b3b7ce9;hp=738090a30fbf1c6539a3ddcd55a2e24dd0d9daab;hpb=2d9d6784b306047e94ca9816813e5007b00fd17e;p=ric-plt%2Flib%2Frmr.git diff --git a/doc/src/man/rmr_wh_open.3.xfm b/doc/src/man/rmr_wh_open.3.xfm index 738090a..af343dc 100644 --- a/doc/src/man/rmr_wh_open.3.xfm +++ b/doc/src/man/rmr_wh_open.3.xfm @@ -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.