X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fform_userptr.3x.html;h=a5033f79f476a350e7f034552aedd77c06bfcbf2;hb=c11444e368f1d5964bd0f81e6e3b0f8c8ccd09cc;hp=28a85f00af0d9d41f0095ef1214e39802b5b66cf;hpb=ed646e3f683083e787c6ba773364401dc9fa9d40;p=ncurses.git diff --git a/doc/html/man/form_userptr.3x.html b/doc/html/man/form_userptr.3x.html index 28a85f00..a5033f79 100644 --- a/doc/html/man/form_userptr.3x.html +++ b/doc/html/man/form_userptr.3x.html @@ -1,7 +1,8 @@ - - + form_userptr 3x - - + +

form_userptr 3x

@@ -53,8 +54,9 @@

SYNOPSIS

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

DESCRIPTION

@@ -65,7 +67,7 @@
 
 

RETURN VALUE

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

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.