]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - man/form_userptr.3x
ncurses 6.4 - patch 20230701
[ncurses.git] / man / form_userptr.3x
index 6f41f8bc7873dc2209f7e3461022930a08adbdb7..d424dc58a2bcec7796c74f8440a53e7dd17b5ec2 100644 (file)
@@ -1,6 +1,6 @@
 '\" t
 .\"***************************************************************************
-.\" Copyright 2018-2021,2022 Thomas E. Dickey                                *
+.\" Copyright 2018-2022,2023 Thomas E. Dickey                                *
 .\" Copyright 1998-2010,2015 Free Software Foundation, Inc.                  *
 .\"                                                                          *
 .\" Permission is hereby granted, free of charge, to any person obtaining a  *
@@ -28,8 +28,8 @@
 .\" authorization.                                                           *
 .\"***************************************************************************
 .\"
-.\" $Id: form_userptr.3x,v 1.23 2022/02/12 20:03:40 tom Exp $
-.TH form_userptr 3X 2022-02-12 "ncurses 6.4" "Library calls"
+.\" $Id: form_userptr.3x,v 1.26 2023/07/01 15:46:10 tom Exp $
+.TH form_userptr 3X 2023-07-01 "ncurses 6.4" "Library calls"
 .SH NAME
 \fBset_form_userptr\fP,
 \fBform_userptr\fP \- associate application data with a form item
@@ -39,7 +39,6 @@
 \fBint set_form_userptr(FORM *\fIform\fB, void *\fIuserptr\fB);\fR
 .br
 \fBvoid* form_userptr(const FORM *\fIform\fB);\fR
-.br
 .SH DESCRIPTION
 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).