X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fform_field_validation.3x.html;h=d48d5d605a8a58769e60ebd0f9731e267412292f;hp=7b9a3519bd1211faff3aebdae17649cdabac8578;hb=c6cfd97b8beaf0f6deafbf8aac7281cf6aa7f012;hpb=cef50b3afcd58166f3541b701c97bce538844c76 diff --git a/doc/html/man/form_field_validation.3x.html b/doc/html/man/form_field_validation.3x.html index 7b9a3519..d48d5d60 100644 --- a/doc/html/man/form_field_validation.3x.html +++ b/doc/html/man/form_field_validation.3x.html @@ -1,4 +1,3 @@ - + + + form_field_validation 3x @@ -39,19 +41,18 @@

form_field_validation 3x


-
 form_field_validation(3x)                     form_field_validation(3x)
 
 
 
 
 
-

NAME

+

NAME

        form_field_validation - data type validation for fields
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <form.h>
        int set_field_type(FIELD *field, FIELDTYPE *type, ...);
        FIELDTYPE *field_type(const FIELD *field);
@@ -67,7 +68,7 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        The  function  set_field_type  declares  a data type for a
        given form field.  This is the type checked by  validation
        functions.  The predefined types are as follows:
@@ -149,7 +150,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        The  functions  field_type  and  field_arg  return NULL on
        error. The function set_field_type returns one of the fol-
        lowing:
@@ -161,24 +162,24 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x), form(3x), form_variables(3x).
 
 
 
-

NOTES

+

NOTES

        The header file <form.h> automatically includes the header
        file <curses.h>.
 
 
 
-

PORTABILITY

+

PORTABILITY

        These routines emulate the System V forms  library.   They
        were not supported on Version 7 or BSD versions.
 
 
 
-

AUTHORS

+

AUTHORS

        Juergen  Pfeifer.   Manual  pages  and  adaptation for new
        curses by Eric S. Raymond.
 
@@ -186,10 +187,17 @@
 
                                               form_field_validation(3x)
 
-
-
-Man(1) output converted with -man2html -
+