X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fmitem_userptr.3x.html;h=92d3681051548665fd6c75942a94fdc420b67c9f;hp=997a6762d55063aacb46898dcc39cc26ae308762;hb=761e4f0825b330e970558e82a4bd638383914429;hpb=46722468f47c2b77b3987729b4bcf2321cccfd01;ds=inline diff --git a/doc/html/man/mitem_userptr.3x.html b/doc/html/man/mitem_userptr.3x.html index 997a6762..92d36810 100644 --- a/doc/html/man/mitem_userptr.3x.html +++ b/doc/html/man/mitem_userptr.3x.html @@ -1,8 +1,8 @@ - + @@ -41,6 +41,10 @@
 
+mitem_userptr(3x)                                     mitem_userptr(3x)
+
+
+
 
 

NAME

@@ -64,13 +68,10 @@
 
 

RETURN VALUE

-       Except  for  item_userptr  (which  returns NULL on error),
-       each function returns one of the following:
-
-       E_OK The routine succeeded.
+       The function  item_userptr  returns  a  pointer  (possibly
+       NULL).  It does not set errno.
 
-       E_SYSTEM_ERROR
-            System error occurred (see errno).
+       The set_item_userptr always returns E_OK (success).
 
 
 
@@ -86,31 +87,21 @@

PORTABILITY

-       These  routines  emulate  the System V menu library.  They
+       These routines emulate the System V  menu  library.   They
        were not supported on Version 7 or BSD versions.
 
-       The user pointer should be a void pointer.  We leave it as
-       a char pointer for SVr4 compatibility.
+       The user pointer is a void pointer.  We chose not to leave
+       it as a char pointer for SVr4 compatibility.
 
 
 

AUTHORS

-       Juergen  Pfeifer.   Manual  pages  and  adaptation for new
+       Juergen Pfeifer.  Manual  pages  and  adaptation  for  new
        curses by Eric S. Raymond.
 
 
 
-
-
-
-
-
-
-
-
-
-
-
+                                                      mitem_userptr(3x)