X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fmenu_userptr.3x.html;h=d225e022d5bf5d83a356134eb49df43190545f06;hp=65463b4446252b955d1bcdc73a0456cf2edb9bfb;hb=b11cef1e315b58820ea0cde239ebf2f741ef8948;hpb=cfd9c6f8e5af24820fefbb789b7345d93b8ed837 diff --git a/doc/html/man/menu_userptr.3x.html b/doc/html/man/menu_userptr.3x.html index 65463b44..d225e022 100644 --- a/doc/html/man/menu_userptr.3x.html +++ b/doc/html/man/menu_userptr.3x.html @@ -1,7 +1,7 @@ @@ -48,7 +48,8 @@

NAME

-       menu_userptr - associate application data with a menu item
+       set_menu_userptr,  menu_userptr  -  associate  application
+       data with a menu item
 
 
 
@@ -60,7 +61,7 @@

DESCRIPTION

-       Every  menu  and  every  menu item has a field that can be
+       Every menu and every menu item has a  field  that  can  be
        used to hold application-specific data (that is, the menu-
        driver code leaves it alone).  These functions get and set
        the menu user pointer field.
@@ -68,7 +69,7 @@
 
 

RETURN VALUE

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

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 is a void pointer.  We chose not to leave
@@ -96,7 +97,7 @@
 
 

AUTHORS

-       Juergen Pfeifer.  Manual  pages  and  adaptation  for  new
+       Juergen  Pfeifer.   Manual  pages  and  adaptation for new
        curses by Eric S. Raymond.