X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fform_userptr.3x.html;h=bdc2f2dbbd497ef4029a723fa39a53dc7cacc94a;hb=a816c8dae437106bbf1661304240ff568ae3efef;hp=c60e71461380ace15415ae1880186a16da99aef0;hpb=e5d1530ca229aef94a3c84ad33f8ae89f35c4045;p=ncurses.git diff --git a/doc/html/man/form_userptr.3x.html b/doc/html/man/form_userptr.3x.html index c60e7146..bdc2f2db 100644 --- a/doc/html/man/form_userptr.3x.html +++ b/doc/html/man/form_userptr.3x.html @@ -1,4 +1,4 @@ - @@ -55,8 +55,8 @@

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

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