X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fform_fieldtype.3x.html;h=de3200e711ace69d6c63f7d4b9cd57a3be270fd5;hp=9bf4fee5510418c1b8b844c2e1cb5104cff600e3;hb=c6cfd97b8beaf0f6deafbf8aac7281cf6aa7f012;hpb=e2d7d0028f4298dca2b0edaf2dc8ce30518d9218 diff --git a/doc/html/man/form_fieldtype.3x.html b/doc/html/man/form_fieldtype.3x.html index 9bf4fee5..de3200e7 100644 --- a/doc/html/man/form_fieldtype.3x.html +++ b/doc/html/man/form_fieldtype.3x.html @@ -1,4 +1,3 @@ - + + + form_fieldtype 3x @@ -40,19 +42,18 @@

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,7 +73,7 @@
 
 
 
-

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,7 +120,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        The  pointer-valued  routines  return NULL on error.  They
        set errno according to their success:
 
@@ -152,12 +153,12 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

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

NOTES

+

NOTES

        The header file <form.h> automatically includes the header
        file <curses.h>.
 
@@ -167,13 +168,13 @@
 
 
 
-

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.
 
@@ -181,10 +182,17 @@
 
                                                      form_fieldtype(3x)
 
-
-
-Man(1) output converted with -man2html -
+