X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fhtml%2Fman%2Fmenu_userptr.3x.html;h=f97739f08b6e2954c94ca36290a176447a4ba26f;hb=a1c9e77bebcdf278d9c290a97c82961e159cd896;hp=d50ad455b97e44711e5eab2a52b7692402823714;hpb=cb4427a16794d98049b4d790b810d62217501f9f;p=ncurses.git diff --git a/doc/html/man/menu_userptr.3x.html b/doc/html/man/menu_userptr.3x.html index d50ad455..f97739f0 100644 --- a/doc/html/man/menu_userptr.3x.html +++ b/doc/html/man/menu_userptr.3x.html @@ -1,7 +1,7 @@ - -menu_userptr 3x +menu_userptr 3x 2023-11-25 ncurses 6.4 Library calls - + -

menu_userptr 3x

+

menu_userptr 3x 2023-11-25 ncurses 6.4 Library calls

-menu_userptr(3x)                                              menu_userptr(3x)
+menu_userptr(3x)                 Library calls                menu_userptr(3x)
 
 
 
@@ -53,8 +53,9 @@
 
 

SYNOPSIS

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

DESCRIPTION

@@ -65,23 +66,14 @@
 
 

RETURN VALUE

        menu_userptr returns a pointer (which may be NULL).  It  does  not  set
-       errno.
+       errno.
 
        set_menu_userptr returns E_OK (success).
 
 
-

SEE ALSO

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

NOTES

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

PORTABILITY

-       These routines emulate the System V menu library.  They were  not  sup-
-       ported on Version 7 or BSD versions.
+       These  routines  emulate  the  System  V  menu  library.  They were not
+       supported on Version 7 or BSD versions.
 
        The user pointer is a void pointer.  We chose not to leave it as a char
        pointer for SVr4 compatibility.
@@ -92,8 +84,12 @@
        Raymond.
 
 
+

SEE ALSO

+       curses(3x), menu(3x)
+
+
 
-                                                              menu_userptr(3x)
+ncurses 6.4                       2023-11-25                  menu_userptr(3x)