X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fform_field_userptr.3x.html;fp=Ada95%2Fhtml%2Fman%2Fform_field_userptr.3x.html;h=46977c9ffcc535a0f8621ec942796fb810183e5e;hb=b1f61d9f3aa244512045a6b02e759825d7049d34;hp=5c626dd73799585d598512488bac3d634d0d8f8f;hpb=0eb88fc5281804773e2a0c7a488a4452463535ce;p=ncurses.git diff --git a/Ada95/html/man/form_field_userptr.3x.html b/doc/html/man/form_field_userptr.3x.html similarity index 53% rename from Ada95/html/man/form_field_userptr.3x.html rename to doc/html/man/form_field_userptr.3x.html index 5c626dd7..46977c9f 100644 --- a/Ada95/html/man/form_field_userptr.3x.html +++ b/doc/html/man/form_field_userptr.3x.html @@ -1,13 +1,17 @@
-       form_field_userptr  -  associate  application  data with a
+
+
+
+

NAME

+       form_field_userptr  -  associate  application  data with a
        form field
 
 
 

SYNOPSIS

-       #include 
+       #include <form.h>
        int set_field_userptr(FIELD *field, void*userptr);
        void *field_userptr(const FIELD *field);
 
@@ -21,24 +25,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  automatically includes the header
-       file .
+       The header file <form.h> automatically includes the header
+       file <curses.h>.
 
 
 
@@ -67,6 +71,12 @@ + +
+
+Man(1) output converted with +man2html +