]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - doc/html/man/form_variables.3x.html
ncurses 6.2 - patch 20210403
[ncurses.git] / doc / html / man / form_variables.3x.html
index 844f0ae5d724dbbb2b01ea149a94dce3ef5abd06..48a7d87168484eb15ffe48f2c285f794e768b00e 100644 (file)
@@ -1,6 +1,7 @@
 <!-- 
   ****************************************************************************
-  * Copyright (c) 2010-2013,2017 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            *
@@ -26,7 +27,7 @@
   * sale, use or other dealings in this Software without prior written       *
   * authorization.                                                           *
   ****************************************************************************
-  * @Id: form_variables.3x,v 1.5 2017/11/20 00:59:21 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>
@@ -64,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>
@@ -97,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.