X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=doc%2Fsrc%2Fman%2Frmr_wh_open.3.xfm;h=417a7de85fdd8816f4389c8fa1fb6bdcd23e5685;hb=ab4019f2cdf80f10323e70199d38817d19b7482b;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..417a7de 100644 --- a/doc/src/man/rmr_wh_open.3.xfm +++ b/doc/src/man/rmr_wh_open.3.xfm @@ -24,19 +24,8 @@ Date 20 February 2019 .fi -.** if formatting with tfm, the roff.im will cause roff output to be generated -.** if formatting with pfm, then pretty postscript will be generated .gv e LIB lib -.if pfm - .im &{lib}/generic_ps.im -.ei - .gv e OUTPUT_RST use_rst - .if .ev &use_rst 1 = - .im &{lib}/rst.im - .ei - .im &{lib}/roff.im - .fi -.fi +.im &{lib}/man/setup.im &line_len(6i) @@ -49,7 +38,7 @@ &ex_start #include -void* rmr_open( void* vctx, char* target ) +void* rmr_wh_open( void* vctx, char* target ) &ex_end &uindent @@ -100,7 +89,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 ) );