X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fhtml%2Fman%2Fform_field_userptr.3x.html;h=989cfa33679f4ecd26174f917c787c6468d46a94;hb=7884aa084f9440fd964f14fe31853a5f85db5104;hp=3545f5a1aa19771ac9d75ff106b49217b002a075;hpb=47d2fb4537d9ad5bb14f4810561a327930ca4280;p=ncurses.git diff --git a/doc/html/man/form_field_userptr.3x.html b/doc/html/man/form_field_userptr.3x.html index 3545f5a1..989cfa33 100644 --- a/doc/html/man/form_field_userptr.3x.html +++ b/doc/html/man/form_field_userptr.3x.html @@ -28,7 +28,7 @@ * sale, use or other dealings in this Software without prior written * * authorization. * **************************************************************************** - * @Id: form_field_userptr.3x,v 1.13 2020/02/02 23:34:34 tom Exp @ + * @Id: form_field_userptr.3x,v 1.16 2020/10/24 09:06:33 tom Exp @ --> @@ -54,8 +54,9 @@

SYNOPSIS

        #include <form.h>
-       int set_field_userptr(FIELD *field, void*userptr);
-       void *field_userptr(const FIELD *field);
+
+       int set_field_userptr(FIELD *field, void *userptr);
+       void *field_userptr(const FIELD *field);
 
 
 

DESCRIPTION

@@ -66,7 +67,7 @@
 
 

RETURN VALUE

        The function field_userptr returns a pointer (which may be  NULL).   It
-       does not set errno.
+       does not set errno.
 
        The function set_field_userptr returns E_OK (success).