X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=doc%2Fsrc%2Fman%2Frmr_init.3.xfm;h=05c960319c365f3d724e65f41949f61e1ab57645;hb=a3a121ca4a0426ec964fa684fb27c397f2ee9e24;hp=4f57b06b7765d2991e3f725c887569e6c4f10d7f;hpb=117030c67f7a3722e64f1ecc3305a5862b3b7ce9;p=ric-plt%2Flib%2Frmr.git diff --git a/doc/src/man/rmr_init.3.xfm b/doc/src/man/rmr_init.3.xfm index 4f57b06..05c9603 100644 --- a/doc/src/man/rmr_init.3.xfm +++ b/doc/src/man/rmr_init.3.xfm @@ -132,7 +132,7 @@ The following variables are used if found. .im &{lib}/man/env_var_list.im &h2(RETURN VALUE) -The &cw(rmr_init) function returns a void pointer (a contex if you will) that is passed +The &cw(rmr_init) function returns a void pointer (a context if you will) that is passed as the first parameter to nearly all other RMR functions. If &cw(rmr_init) is unable to properly initialise the environment, NULL is returned and errno is set to an appropriate value. @@ -142,7 +142,7 @@ The following error values are specifically set by this RMR function. In some ca error message of a system call is propagated up, and thus this list might be incomplete. &beg_dlist(.75i : ^&bold_font ) -&di(ENOMEM) Unable to allocate memory. +&ditem(ENOMEM) Unable to allocate memory. &end_dlist &h2(EXAMPLE)