X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fform_field_validation.3x.html;h=ce9b36f086e124c423ab53880d8f5db90884d920;hp=51a6d55e9c3f344acbc32eda1985a89bd78eb6c0;hb=302a066a01e4de40f08b397e87ca0e97f20870a7;hpb=b0b1980be11bba618d84beb8b30ac94e2c820602 diff --git a/doc/html/man/form_field_validation.3x.html b/doc/html/man/form_field_validation.3x.html index 51a6d55e..ce9b36f0 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 -

form_field_validation 3x

-
+

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);
@@ -66,8 +64,7 @@
        FIELDTYPE *TYPE_IPV4;
 
 
-
-

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:
@@ -148,8 +145,7 @@
        types.  See the form_fieldtype(3x) manual page.
 
 
-
-

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:
@@ -160,25 +156,21 @@
             System error occurred (see errno).
 
 
-
-

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,7 +178,17 @@
 
                                               form_field_validation(3x)
 
-
-Man(1) output converted with man2html +