X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fform_userptr.3x.html;h=6bddc64dd74951e26ecebbb7859a09e8208c04c5;hp=4675f5438d8e419d59177643d77945e8202a2665;hb=9f479192e3ca3413d235c66bf058f8cc63764898;hpb=47d2fb4537d9ad5bb14f4810561a327930ca4280 diff --git a/doc/html/man/form_userptr.3x.html b/doc/html/man/form_userptr.3x.html index 4675f543..6bddc64d 100644 --- a/doc/html/man/form_userptr.3x.html +++ b/doc/html/man/form_userptr.3x.html @@ -1,4 +1,4 @@ - -form_userptr 3x +form_userptr 3X -

form_userptr 3x

+

form_userptr 3X

-form_userptr(3x)                                              form_userptr(3x)
+form_userptr(3X)                                              form_userptr(3X)
 
 
 
 
 

NAME

-       set_form_userptr, form_userptr - associate application data with a form
+       set_form_userptr, form_userptr - associate application data with a form
        item
 
 
 

SYNOPSIS

-       #include <form.h>
-       int set_form_userptr(FORM *form, void *userptr);
-       void* form_userptr(const FORM *form);
+       #include <form.h>
+
+       int set_form_userptr(FORM *form, void *userptr);
+       void* form_userptr(const FORM *form);
 
 
 

DESCRIPTION

@@ -65,24 +66,24 @@
 
 
 

RETURN VALUE

-       The function form_userptr returns a pointer (which may  be  NULL).   It
-       does not set errno.
+       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).
+       The function set_form_userptr returns E_OK (success).
 
 
 

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

PORTABILITY

-       These routines emulate the System V forms library.  They were not  sup-
-       ported on Version 7 or BSD versions.
+       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 it as a char
        pointer for SVr4 compatibility.
@@ -94,7 +95,7 @@
 
 
 
-                                                              form_userptr(3x)
+                                                              form_userptr(3X)