X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fform_variables.3x.html;h=218a09cdae8b48e4f0ececce4e856343be5995ca;hp=4c4f10dc42f4085c0f565590d15872f72f98ec0d;hb=81304798ee736c467839c779c9ca5dca48db7bea;hpb=9f479192e3ca3413d235c66bf058f8cc63764898 diff --git a/doc/html/man/form_variables.3x.html b/doc/html/man/form_variables.3x.html index 4c4f10dc..218a09cd 100644 --- a/doc/html/man/form_variables.3x.html +++ b/doc/html/man/form_variables.3x.html @@ -34,38 +34,38 @@ -form_variables 3X +form_variables 3x -

form_variables 3X

+

form_variables 3x

-form_variables(3X)                                          form_variables(3X)
+form_variables(3x)                                          form_variables(3x)
 
 
 
 
 

NAME

-       TYPE_ALNUM, TYPE_ALPHA, TYPE_ENUM, TYPE_INTEGER, TYPE_IPV4,
-       TYPE_NUMERIC, TYPE_REGEXP - form system global variables
+       TYPE_ALNUM, TYPE_ALPHA, TYPE_ENUM, TYPE_INTEGER, TYPE_IPV4,
+       TYPE_NUMERIC, TYPE_REGEXP - form system global variables
 
 
 

SYNOPSIS

-       #include <form.h>
+       #include <form.h>
 
-       FIELDTYPE * TYPE_ALNUM;
-       FIELDTYPE * TYPE_ALPHA;
-       FIELDTYPE * TYPE_ENUM;
-       FIELDTYPE * TYPE_INTEGER;
-       FIELDTYPE * TYPE_IPV4;
-       FIELDTYPE * TYPE_NUMERIC;
-       FIELDTYPE * TYPE_REGEXP;
+       FIELDTYPE * TYPE_ALNUM;
+       FIELDTYPE * TYPE_ALPHA;
+       FIELDTYPE * TYPE_ENUM;
+       FIELDTYPE * TYPE_INTEGER;
+       FIELDTYPE * TYPE_IPV4;
+       FIELDTYPE * TYPE_NUMERIC;
+       FIELDTYPE * TYPE_REGEXP;
 
 
 

DESCRIPTION

        These are building blocks for the form library,  defining  fields  that
-       can  be  created using the form_fieldtype(3X) functions.  Each provides
+       can  be  created using the form_fieldtype(3x) functions.  Each provides
        functions for field- and character-validation, according to  the  given
        datatype.
 
@@ -99,16 +99,16 @@
 
 
 

PORTABILITY

-       The  TYPE_IPV4 variable is an extension not provided by older implemen-
+       The  TYPE_IPV4 variable is an extension not provided by older implemen-
        tations of the form library.
 
 
 

SEE ALSO

-       form(3X).
+       form(3x).
 
 
 
-                                                            form_variables(3X)
+                                                            form_variables(3x)