X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fform_userptr.3x.html;h=deba2ffe5b5bf000cbc4ceadef42b8841f29ed46;hp=feae531cf9666a2148c882d4e7b0c01ec89adc53;hb=b11cef1e315b58820ea0cde239ebf2f741ef8948;hpb=cfd9c6f8e5af24820fefbb789b7345d93b8ed837;ds=sidebyside diff --git a/doc/html/man/form_userptr.3x.html b/doc/html/man/form_userptr.3x.html index feae531c..deba2ffe 100644 --- a/doc/html/man/form_userptr.3x.html +++ b/doc/html/man/form_userptr.3x.html @@ -1,7 +1,7 @@ @@ -48,7 +48,8 @@

NAME

-       form_userptr - associate application data with a form item
+       set_form_userptr,  form_userptr  -  associate  application
+       data with a form item
 
 
 
@@ -60,7 +61,7 @@

DESCRIPTION

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

RETURN VALUE

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

PORTABILITY

-       These routines emulate the System V forms  library.   They
+       These  routines  emulate the System V forms 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.