]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - man/form_variables.3x
ncurses 6.2 - patch 20201219
[ncurses.git] / man / form_variables.3x
index ed5accdee91d48a5c18b958be70a76d8525c68fb..0419cb745c939a8d61b4ee7f822bdf9ba092d86c 100644 (file)
@@ -1,5 +1,6 @@
 .\"***************************************************************************
 .\"***************************************************************************
-.\" Copyright (c) 2010 Free Software Foundation, Inc.                        *
+.\" Copyright 2020 Thomas E. Dickey                                          *
+.\" Copyright 2010-2013,2017 Free Software Foundation, Inc.                  *
 .\"                                                                          *
 .\" Permission is hereby granted, free of charge, to any person obtaining a  *
 .\" copy of this software and associated documentation files (the            *
 .\"                                                                          *
 .\" Permission is hereby granted, free of charge, to any person obtaining a  *
 .\" copy of this software and associated documentation files (the            *
@@ -26,9 +27,8 @@
 .\" authorization.                                                           *
 .\"***************************************************************************
 .\"
 .\" authorization.                                                           *
 .\"***************************************************************************
 .\"
-.\" $Id: form_variables.3x,v 1.2 2010/10/02 23:45:15 Sven.Joachim Exp $
+.\" $Id: form_variables.3x,v 1.7 2020/12/12 14:45:16 tom Exp $
 .TH form_variables 3X ""
 .TH form_variables 3X ""
-.ds n 5
 .na
 .hy 0
 .SH NAME
 .na
 .hy 0
 .SH NAME
@@ -45,7 +45,6 @@
 .SH SYNOPSIS
 .nf
 \fB#include <form.h>\fR
 .SH SYNOPSIS
 .nf
 \fB#include <form.h>\fR
-.br
 .PP
 \fBFIELDTYPE * TYPE_ALNUM;\fR
 \fBFIELDTYPE * TYPE_ALPHA;\fR
 .PP
 \fBFIELDTYPE * TYPE_ALNUM;\fR
 \fBFIELDTYPE * TYPE_ALPHA;\fR
 \fBFIELDTYPE * TYPE_IPV4;\fR
 \fBFIELDTYPE * TYPE_NUMERIC;\fR
 \fBFIELDTYPE * TYPE_REGEXP;\fR
 \fBFIELDTYPE * TYPE_IPV4;\fR
 \fBFIELDTYPE * TYPE_NUMERIC;\fR
 \fBFIELDTYPE * TYPE_REGEXP;\fR
-.br
 .fi
 .SH DESCRIPTION
 These are building blocks for the form library,
 .fi
 .SH DESCRIPTION
 These are building blocks for the form library,
-defining fields that can be created using \fBset_fieldtype\fP(3X).
+defining fields that can be created using
+the \fBform_fieldtype\fP(3X) functions.
 Each provides functions for field- and character-validation,
 according to the given datatype.
 .SS TYPE_ALNUM
 Each provides functions for field- and character-validation,
 according to the given datatype.
 .SS TYPE_ALNUM
@@ -80,9 +79,3 @@ The \fBTYPE_IPV4\fP variable is an extension not provided by older
 implementations of the form library.
 .SH SEE ALSO
 \fBform\fR(3X).
 implementations of the form library.
 .SH SEE ALSO
 \fBform\fR(3X).
-.\"#
-.\"# The following sets edit modes for GNU EMACS
-.\"# Local Variables:
-.\"# mode:nroff
-.\"# fill-column:79
-.\"# End: