X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fform_field_userptr.3x.html;h=3adc70edb472e232d8799add681ccc2b50907b35;hp=de534a8953c1a86b150e7c3557f6dc26e0d416ad;hb=d97989d1e0db7282c723cabb44b991b951790006;hpb=6208c89f98f1cf9fe0980bd8e791846ce007a13d;ds=sidebyside diff --git a/doc/html/man/form_field_userptr.3x.html b/doc/html/man/form_field_userptr.3x.html index de534a89..3adc70ed 100644 --- a/doc/html/man/form_field_userptr.3x.html +++ b/doc/html/man/form_field_userptr.3x.html @@ -1,7 +1,7 @@ - + form_field_userptr 3x - +

form_field_userptr 3x

-form_field_userptr(3x)                           form_field_userptr(3x)
+form_field_userptr(3x)                                  form_field_userptr(3x)
 
 
 
 
 

NAME

-       set_field_userptr,  field_userptr  - associate application
-       data with a form field
+       set_field_userptr,  field_userptr  -  associate application data with a
+       form field
 
 
 

SYNOPSIS

@@ -58,14 +58,14 @@
 
 
 

DESCRIPTION

-       Every form field 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 that field.
+       Every form field has a field that can be used to hold  application-spe-
+       cific  data  (that  is,  the  form-driver code leaves it alone).  These
+       functions get and set that field.
 
 
 

RETURN VALUE

-       The function field_userptr returns a pointer (which may be
-       NULL).  It does not set errno.
+       The function field_userptr returns a pointer (which may be  NULL).   It
+       does not set errno.
 
        The function set_field_userptr returns E_OK (success).
 
@@ -75,25 +75,25 @@
 
 
 

NOTES

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

PORTABILITY

-       These routines emulate the System V forms  library.   They
-       were not supported on Version 7 or BSD versions.
+       These routines emulate the System V forms library.  They were not  sup-
+       ported 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.
+       The user pointer is a void pointer.  We chose not to leave it as a char
+       pointer for SVr4 compatibility.
 
 
 

AUTHORS

-       Juergen Pfeifer.  Manual  pages  and  adaptation  for  new
-       curses by Eric S. Raymond.
+       Juergen Pfeifer.  Manual pages and adaptation for new curses by Eric S.
+       Raymond.
 
 
 
-                                                 form_field_userptr(3x)
+                                                        form_field_userptr(3x)