X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=doc%2Fsrc%2Fman%2Frmr_wh_open.3.xfm;h=c271651f87a475c4a9dd29a52df88424661a10e1;hb=d975485d41908af33714d88cfef5ad397dac392d;hp=9bd15a498fd2a800be504d6a4bc4c25d8218e89d;hpb=fd9cc7a5b3355146388ebdf4d558cb284c66c5f1;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 9bd15a4..c271651 100644 --- a/doc/src/man/rmr_wh_open.3.xfm +++ b/doc/src/man/rmr_wh_open.3.xfm @@ -49,7 +49,7 @@ &ex_start #include -void* rmr_open( void* vctx, char* target ) +void* rmr_wh_open( void* vctx, char* target ) &ex_end &uindent @@ -100,7 +100,7 @@ error message of a system call is propagated up, and thus this list might be inc rmr_whid_t wh; rmc = rmr_init( "43086", 4096, 0 ); // init context - wh = rmr_open( rmc, "localhost:6123" ); + wh = rmr_wh_open( rmc, "localhost:6123" ); if( !RMR_WH_CONNECTED( wh ) ) { fprintf( stderr, "unable to connect wormhole: %s\n", strerror( errno ) );