X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fmenu_userptr.3x.html;h=996adb1f624b3b0cd387243dd2be9d53b3f09c1c;hb=a47b9e53836434777854387fa6f09f2137ec2111;hp=9ced809349402523788c986d4b52d0bd1c94e2ec;hpb=47d2fb4537d9ad5bb14f4810561a327930ca4280;p=ncurses.git diff --git a/doc/html/man/menu_userptr.3x.html b/doc/html/man/menu_userptr.3x.html index 9ced8093..996adb1f 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-07-01 ncurses 6.4 Library calls - + -

menu_userptr 3x

+

menu_userptr 3x 2023-07-01 ncurses 6.4 Library calls

-menu_userptr(3x)                                              menu_userptr(3x)
+menu_userptr(3x)                 Library calls                menu_userptr(3x)
 
 
 
@@ -54,8 +54,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

@@ -66,7 +67,7 @@
 
 

RETURN VALUE

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

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.
@@ -94,7 +95,7 @@
 
 
 
-                                                              menu_userptr(3x)
+ncurses 6.4                       2023-07-01                  menu_userptr(3x)