X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fmenu_userptr.3x.html;h=6fadbe52707f92845067b12dfb50e78b77195e79;hp=5eebdb8f64afcd6b615eec64be8a4221637aa925;hb=46722468f47c2b77b3987729b4bcf2321cccfd01;hpb=c633e5103a29a38532cf1925257b91cea33fd090 diff --git a/doc/html/man/menu_userptr.3x.html b/doc/html/man/menu_userptr.3x.html index 5eebdb8f..6fadbe52 100644 --- a/doc/html/man/menu_userptr.3x.html +++ b/doc/html/man/menu_userptr.3x.html @@ -1,16 +1,55 @@ + + + +menu_userptr 3x + + + +

menu_userptr 3x

+
 
 
 

NAME

-       menu_userptr - associate application data with a menu item
+       menu_userptr - associate application data with a menu item
 
 
 

SYNOPSIS

-       #include <menu.h>
+       #include <menu.h>
        int set_menu_userptr(MENU *menu, void *userptr);
        void *menu_userptr(const MENU *menu);
 
@@ -25,24 +64,24 @@
 
 

RETURN VALUE

-       Except  for  menu_userptr  (which  returns NULL on error),
+       Except  for  menu_userptr  (which  returns NULL on error),
        each function returns one of the following:
 
-       E_OK The routine succeeded.
+       E_OK The routine succeeded.
 
-       E_SYSTEM_ERROR
-            System error occurred (see errno).
+       E_SYSTEM_ERROR
+            System error occurred (see errno).
 
 
 

SEE ALSO

-       curses(3x), menu(3x).
+       curses(3x), menu(3x).
 
 
 

NOTES

-       The header file <menu.h> automatically includes the header
-       file <curses.h>.
+       The header file <menu.h> automatically includes the header
+       file <curses.h>.