X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fhtml%2Fman%2Fform_variables.3x.html;h=93d0a06203d565084673910cb1471e42647023e2;hb=16fbf3f4f7d96b6ee6bf9159b22f26e05962aa3d;hp=844f0ae5d724dbbb2b01ea149a94dce3ef5abd06;hpb=cb4427a16794d98049b4d790b810d62217501f9f;p=ncurses.git diff --git a/doc/html/man/form_variables.3x.html b/doc/html/man/form_variables.3x.html index 844f0ae5..93d0a062 100644 --- a/doc/html/man/form_variables.3x.html +++ b/doc/html/man/form_variables.3x.html @@ -1,6 +1,7 @@ - @@ -35,7 +36,7 @@ form_variables 3x - +

form_variables 3x

@@ -64,8 +65,9 @@

DESCRIPTION

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

TYPE_ALNUM

@@ -97,7 +99,7 @@
 
 
 

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.