Documentation changes needed to support RTD
[ric-plt/lib/rmr.git] / doc / src / man / rmr_wh_open.3.xfm
index 9bd15a4..5b26cf3 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 ) );
@@ -108,6 +97,7 @@ error message of a system call is propagated up, and thus this list might be inc
 &ex_end
 
 &h2(SEE ALSO )
+.ju off
 rmr_alloc_msg(3),
 rmr_call(3),
 rmr_free_msg(3),
@@ -125,7 +115,4 @@ rmr_mk_ring(3),
 rmr_ring_free(3),
 rmr_wh_send_msg(3),
 rmr_wh_close(3)
-
-
-.qu
-
+.ju on