X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=man%2Fform_field_userptr.3x;h=5d3ab1444c357d90717b288d94292b3c2add5c88;hp=862943a55b34b948d021e055d94616b30502b78b;hb=152c5a605234b7ea36ba3a03ec07e124bb6aac75;hpb=e5d1530ca229aef94a3c84ad33f8ae89f35c4045 diff --git a/man/form_field_userptr.3x b/man/form_field_userptr.3x index 862943a5..5d3ab144 100644 --- a/man/form_field_userptr.3x +++ b/man/form_field_userptr.3x @@ -28,7 +28,7 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $Id: form_field_userptr.3x,v 1.15 2020/10/17 23:07:03 tom Exp $ +.\" $Id: form_field_userptr.3x,v 1.16 2020/10/24 09:06:33 tom Exp $ .TH form_field_userptr 3X "" .SH NAME \fBset_field_userptr\fR, @@ -36,9 +36,9 @@ .SH SYNOPSIS \fB#include \fR .sp -int set_field_userptr(FIELD *field, void*userptr); +\fBint set_field_userptr(FIELD *\fP\fIfield\fP\fB, void *\fP\fIuserptr\fP\fB);\fP .br -void *field_userptr(const FIELD *field); +\fBvoid *field_userptr(const FIELD *\fP\fIfield\fP\fB);\fP .SH DESCRIPTION Every form field has a field that can be used to hold application-specific data (that is, the form-driver code leaves it alone).