X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fform_field_validation.3x.html;h=ce9b36f086e124c423ab53880d8f5db90884d920;hb=5eb177874dea59107a1a2ea44f5d8f5bb99550b2;hp=d48d5d605a8a58769e60ebd0f9731e267412292f;hpb=c6cfd97b8beaf0f6deafbf8aac7281cf6aa7f012;p=ncurses.git diff --git a/doc/html/man/form_field_validation.3x.html b/doc/html/man/form_field_validation.3x.html index d48d5d60..ce9b36f0 100644 --- a/doc/html/man/form_field_validation.3x.html +++ b/doc/html/man/form_field_validation.3x.html @@ -38,21 +38,18 @@ -

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);
@@ -67,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:
@@ -149,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:
@@ -161,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.