diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-17 10:52:33 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-17 10:52:33 +0000 |
commit | 2c3307fb903f427be3d021c5780b75cac9af2ce8 (patch) | |
tree | 65cf431f40b7481d81ae2dfce9576342686448f7 /upstream/archlinux/man3/form_variables.3x | |
parent | Releasing progress-linux version 4.22.0-1~progress7.99u1. (diff) | |
download | manpages-l10n-2c3307fb903f427be3d021c5780b75cac9af2ce8.tar.xz manpages-l10n-2c3307fb903f427be3d021c5780b75cac9af2ce8.zip |
Merging upstream version 4.23.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'upstream/archlinux/man3/form_variables.3x')
-rw-r--r-- | upstream/archlinux/man3/form_variables.3x | 44 |
1 files changed, 20 insertions, 24 deletions
diff --git a/upstream/archlinux/man3/form_variables.3x b/upstream/archlinux/man3/form_variables.3x index 5a1712d5..5ba03d00 100644 --- a/upstream/archlinux/man3/form_variables.3x +++ b/upstream/archlinux/man3/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.9 2021/12/25 21:50:36 tom Exp $ -.TH form_variables 3X "" -.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 6.5" "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 <form.h>\fP +\fB#include <form.h> .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) |