]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - doc/html/man/form_variables.3x.html
ncurses 6.2 - patch 20201212
[ncurses.git] / doc / html / man / form_variables.3x.html
index f78a53e73e51cd1bfa2cca824751d0055e668896..48a7d87168484eb15ffe48f2c285f794e768b00e 100644 (file)
@@ -27,7 +27,7 @@
   * sale, use or other dealings in this Software without prior written       *
   * authorization.                                                           *
   ****************************************************************************
-  * @Id: form_variables.3x,v 1.6 2020/02/02 23:34:34 tom Exp @
+  * @Id: form_variables.3x,v 1.7 2020/12/12 14:45:16 tom Exp @
 -->
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
 <HTML>
@@ -65,8 +65,9 @@
 
 </PRE><H2><a name="h2-DESCRIPTION">DESCRIPTION</a></H2><PRE>
        These are building blocks for the form library,  defining  fields  that
-       can  be  created  using <STRONG><A HREF="form_fieldtype.3x.html">set_fieldtype(3x)</A></STRONG>.  Each provides functions for
-       field- and character-validation, according to the given datatype.
+       can  be  created using the <STRONG><A HREF="form_fieldtype.3x.html">form_fieldtype(3x)</A></STRONG> functions.  Each provides
+       functions for field- and character-validation, according to  the  given
+       datatype.
 
 
 </PRE><H3><a name="h3-TYPE_ALNUM">TYPE_ALNUM</a></H3><PRE>
@@ -98,7 +99,7 @@
 
 
 </PRE><H2><a name="h2-PORTABILITY">PORTABILITY</a></H2><PRE>
-       The <STRONG>TYPE_IPV4</STRONG> variable is an extension not provided by older  implemen-
+       The  <STRONG>TYPE_IPV4</STRONG> variable is an extension not provided by older implemen-
        tations of the form library.