diff options
Diffstat (limited to 'man/form_userptr.3x')
| -rw-r--r-- | man/form_userptr.3x | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/man/form_userptr.3x b/man/form_userptr.3x index 11c990c0030b..b4f5d576a3af 100644 --- a/man/form_userptr.3x +++ b/man/form_userptr.3x @@ -27,8 +27,8 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $Id: form_userptr.3x,v 1.36 2024/03/16 15:35:01 tom Exp $ -.TH form_userptr 3X 2024-03-16 "ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@" "Library calls" +.\" $Id: form_userptr.3x,v 1.38 2024/12/28 21:26:21 tom Exp $ +.TH form_userptr 3X 2024-12-28 "ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@" "Library calls" .SH NAME \fBset_form_userptr\fP, \fBform_userptr\fP \- @@ -45,7 +45,8 @@ Every form and every form item has a field that can be used to hold application-specific data (that is, the form-driver code leaves it alone). These functions get and set the form user pointer field. .SH RETURN VALUE -The function \fBform_userptr\fP returns a pointer (which may be \fBNULL\fP). +The function \fBform_userptr\fP returns a pointer (which may be +.IR NULL ")." It does not set \fBerrno\fP. .PP The function \fBset_form_userptr\fP returns \fBE_OK\fP (success). |
