X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=man%2Fform_variables.3x;h=5a1712d537b870ba49d5e4443fd83b4e8954fba7;hp=1f97fef4799b23f175091cddb47124f1c593f3eb;hb=HEAD;hpb=f79c210479470378389aab5b8d4d42d4a7f3d9a4 diff --git a/man/form_variables.3x b/man/form_variables.3x index 1f97fef4..7b11a1ab 100644 --- a/man/form_variables.3x +++ b/man/form_variables.3x @@ -1,5 +1,5 @@ .\"*************************************************************************** -.\" Copyright 2020,2021 Thomas E. Dickey * +.\" Copyright 2020-2023,2024 Thomas E. Dickey * .\" Copyright 2010-2013,2017 Free Software Foundation, Inc. * .\" * .\" Permission is hereby granted, free of charge, to any person obtaining a * @@ -27,32 +27,28 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $Id: form_variables.3x,v 1.10 2021/12/25 21:50:36 tom Exp $ -.TH form_variables 3X 2021-12-25 "ncurses 6.4" "Library calls" -.na -.hy 0 +.\" $Id: form_variables.3x,v 1.18 2024/03/16 15:35:01 tom Exp $ +.TH form_variables 3X 2024-03-16 "ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@" "Library calls" .SH NAME -\fBTYPE_ALNUM\fP, -\fBTYPE_ALPHA\fP, -\fBTYPE_ENUM\fP, -\fBTYPE_INTEGER\fP, -\fBTYPE_IPV4\fP, -\fBTYPE_NUMERIC\fP, -\fBTYPE_REGEXP\fP -\- form system global variables -.ad -.hy +\fB\%TYPE_ALNUM\fP, +\fB\%TYPE_ALPHA\fP, +\fB\%TYPE_ENUM\fP, +\fB\%TYPE_INTEGER\fP, +\fB\%TYPE_IPV4\fP, +\fB\%TYPE_NUMERIC\fP, +\fB\%TYPE_REGEXP\fP \- +form system global variables .SH SYNOPSIS .nf -\fB#include \fP +\fB#include .PP -\fBFIELDTYPE * TYPE_ALNUM;\fP -\fBFIELDTYPE * TYPE_ALPHA;\fP -\fBFIELDTYPE * TYPE_ENUM;\fP -\fBFIELDTYPE * TYPE_INTEGER;\fP -\fBFIELDTYPE * TYPE_IPV4;\fP -\fBFIELDTYPE * TYPE_NUMERIC;\fP -\fBFIELDTYPE * TYPE_REGEXP;\fP +\fBFIELDTYPE * TYPE_ALNUM; +\fBFIELDTYPE * TYPE_ALPHA; +\fBFIELDTYPE * TYPE_ENUM; +\fBFIELDTYPE * TYPE_INTEGER; +\fBFIELDTYPE * TYPE_IPV4; +\fBFIELDTYPE * TYPE_NUMERIC; +\fBFIELDTYPE * TYPE_REGEXP; .fi .SH DESCRIPTION These are building blocks for the form library, @@ -78,4 +74,4 @@ This holds a regular expression. The \fBTYPE_IPV4\fP variable is an extension not provided by older implementations of the form library. .SH SEE ALSO -\fBform\fP(3X). +\fB\%form\fP(3X)