X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fform_userptr.3x.html;h=bdc2f2dbbd497ef4029a723fa39a53dc7cacc94a;hb=9b51794524995304d8788e42aacb36feede9364f;hp=3718613676e3779b4f574af91d2ed9fa577dd1ea;hpb=3e91848cbe3dad23fdb60962fa9b678592591c34;p=ncurses.git diff --git a/doc/html/man/form_userptr.3x.html b/doc/html/man/form_userptr.3x.html index 37186136..bdc2f2db 100644 --- a/doc/html/man/form_userptr.3x.html +++ b/doc/html/man/form_userptr.3x.html @@ -1,4 +1,4 @@ - @@ -54,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

@@ -81,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.