]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - doc/html/man/form_variables.3x.html
ncurses 5.9 - patch 20131221
[ncurses.git] / doc / html / man / form_variables.3x.html
index dfece78ee21f5b2ab7ff0ce25f4d34316bb8f25d..fdbc8625343deb667dbb009c543504fe0add17a8 100644 (file)
@@ -1,7 +1,7 @@
-<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
 <!-- 
   ****************************************************************************
-  * Copyright (c) 2010 Free Software Foundation, Inc.                        *
+  * Copyright (c) 2010,2013 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            *
@@ -27,7 +27,7 @@
   * sale, use or other dealings in this Software without prior written       *
   * authorization.                                                           *
   ****************************************************************************
-  * @Id: form_variables.3x,v 1.1 2010/09/11 21:39:48 tom Exp @
+  * @Id: form_variables.3x,v 1.4 2013/06/22 17:58:32 tom Exp @
 -->
 <HTML>
 <HEAD>
@@ -47,8 +47,9 @@
 
 </PRE>
 <H2>NAME</H2><PRE>
-       TYPE_ALNUM TYPE_ALPHA TYPE_ENUM TYPE_INTEGER TYPE_IPV4
-       TYPE_NUMERIC TYPE_REGEXP - form system global variables
+       <STRONG>TYPE_ALNUM</STRONG>, <STRONG>TYPE_ALPHA</STRONG>, <STRONG>TYPE_ENUM</STRONG>, <STRONG>TYPE_INTEGER</STRONG>,
+       <STRONG>TYPE_IPV4</STRONG>, <STRONG>TYPE_NUMERIC</STRONG>, <STRONG>TYPE_REGEXP</STRONG> - form system global
+       variables
 
 
 </PRE>
@@ -66,9 +67,9 @@
 
 </PRE>
 <H2>DESCRIPTION</H2><PRE>
-       These are building blocks for the form  library,  defining
-       fields  that can be created using <STRONG><A HREF="set_fieldtype.3x.html">set_fieldtype(3x)</A></STRONG>.  Each
-       provides functions for  field-  and  character-validation,
+       These  are  building blocks for the form library, defining
+       fields that can be created using <STRONG><A HREF="form_fieldtype.3x.html">form_fieldtype(3x)</A></STRONG>.   Each
+       provides  functions  for  field- and character-validation,
        according to the given datatype.
 
    <STRONG>TYPE_ALNUM</STRONG>
@@ -87,7 +88,7 @@
        This holds an IPv4 internet address, e.g., "127.0.0.1".
 
    <STRONG>TYPE_NUMERIC</STRONG>
-       This  holds a decimal number, with optional sign and deci-
+       This holds a decimal number, with optional sign and  deci-
        mal point.
 
    <STRONG>TYPE_REGEXP</STRONG>
@@ -96,7 +97,7 @@
 
 </PRE>
 <H2>PORTABILITY</H2><PRE>
-       The <STRONG>TYPE_IPV4</STRONG> variable is an  extension  not  provided  by
+       The  <STRONG>TYPE_IPV4</STRONG>  variable  is  an extension not provided by
        older implementations of the form library.