X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fform_field_userptr.3x.html;h=0041a562976abc116ea01fb85017bdfcfce270aa;hp=46977c9ffcc535a0f8621ec942796fb810183e5e;hb=46722468f47c2b77b3987729b4bcf2321cccfd01;hpb=c633e5103a29a38532cf1925257b91cea33fd090 diff --git a/doc/html/man/form_field_userptr.3x.html b/doc/html/man/form_field_userptr.3x.html index 46977c9f..0041a562 100644 --- a/doc/html/man/form_field_userptr.3x.html +++ b/doc/html/man/form_field_userptr.3x.html @@ -1,17 +1,56 @@ + + + +form_field_userptr 3x + + + +

form_field_userptr 3x

+
 
 
 

NAME

-       form_field_userptr  -  associate  application  data with a
+       form_field_userptr  -  associate  application  data with a
        form field
 
 
 

SYNOPSIS

-       #include <form.h>
+       #include <form.h>
        int set_field_userptr(FIELD *field, void*userptr);
        void *field_userptr(const FIELD *field);
 
@@ -25,24 +64,24 @@
 
 

RETURN VALUE

-       The  function  field_userptr  returns  NULL  on error. The
-       function set_field_userptr returns one of the following:
+       The  function  field_userptr  returns  NULL  on error. The
+       function set_field_userptr returns one of the following:
 
-       E_OK The routine succeeded.
+       E_OK The routine succeeded.
 
-       E_SYSTEM_ERROR
-            System error occurred (see errno).
+       E_SYSTEM_ERROR
+            System error occurred (see errno).
 
 
 

SEE ALSO

-       curses(3x), form(3x).
+       curses(3x), form(3x).
 
 
 

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>.