X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fform_fieldtype.3x.html;h=21ca1ed249ca47333059f8bbf906293155cc3568;hp=de3200e711ace69d6c63f7d4b9cd57a3be270fd5;hb=3eda6f30a84d53844d2ebceadb457e2e7e9cfbf3;hpb=c6cfd97b8beaf0f6deafbf8aac7281cf6aa7f012 diff --git a/doc/html/man/form_fieldtype.3x.html b/doc/html/man/form_fieldtype.3x.html index de3200e7..21ca1ed2 100644 --- a/doc/html/man/form_fieldtype.3x.html +++ b/doc/html/man/form_fieldtype.3x.html @@ -39,21 +39,18 @@ -

form_fieldtype 3x

-
+

form_fieldtype 3x

 form_fieldtype(3x)                                   form_fieldtype(3x)
 
 
 
 
-
-

NAME

+

NAME

        form_fieldtype - define validation-field types
 
 
-
-

SYNOPSIS

+

SYNOPSIS

        #include <form.h>
        FIELDTYPE *new_fieldtype(
            bool (* const field_check)(FIELD *, const void *),
@@ -72,8 +69,7 @@
                                  FIELDTYPE *type2);
 
 
-
-

DESCRIPTION

+

DESCRIPTION

        The function new_fieldtype creates a new field type usable
        for data validation.  You supply it  with  field_check,  a
        predicate  to check the validity of an entered data string
@@ -119,8 +115,7 @@
        arguments.
 
 
-
-

RETURN VALUE

+

RETURN VALUE

        The  pointer-valued  routines  return NULL on error.  They
        set errno according to their success:
 
@@ -152,13 +147,11 @@
             System error occurred (see errno).
 
 
-
-

SEE ALSO

+

SEE ALSO

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

NOTES

+

NOTES

        The header file <form.h> automatically includes the header
        file <curses.h>.
 
@@ -167,14 +160,12 @@
        for strict compatibility with System V.
 
 
-
-

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.