X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fform_userptr.3x.html;h=c60e71461380ace15415ae1880186a16da99aef0;hp=4675f5438d8e419d59177643d77945e8202a2665;hb=e5d1530ca229aef94a3c84ad33f8ae89f35c4045;hpb=47d2fb4537d9ad5bb14f4810561a327930ca4280 diff --git a/doc/html/man/form_userptr.3x.html b/doc/html/man/form_userptr.3x.html index 4675f543..c60e7146 100644 --- a/doc/html/man/form_userptr.3x.html +++ b/doc/html/man/form_userptr.3x.html @@ -28,7 +28,7 @@ * sale, use or other dealings in this Software without prior written * * authorization. * **************************************************************************** - * @Id: form_userptr.3x,v 1.16 2020/02/02 23:34:34 tom Exp @ + * @Id: form_userptr.3x,v 1.18 2020/10/17 23:08:37 tom Exp @ --> @@ -54,6 +54,7 @@

SYNOPSIS

        #include <form.h>
+
        int set_form_userptr(FORM *form, void *userptr);
        void* form_userptr(const FORM *form);
 
@@ -66,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).