Add transport provider status to message buffer
[ric-plt/lib/rmr.git] / doc / src / man / rmr_wh_open.3.xfm
index 9bd15a4..417a7de 100644 (file)
        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 <rmr/rmr.h>
 
-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 ) );