X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fform_fieldtype.3x.html;h=b1e27a6d31a4401b52fdda4582acda441ae8da33;hp=7f195ee37a8c466d38bc1373ca298d91266dc838;hb=6a530b46563470c2ca73579d1994a0c8e275dd98;hpb=f86cbeb5f9bd96ab041d34039c35749a14965039 diff --git a/doc/html/man/form_fieldtype.3x.html b/doc/html/man/form_fieldtype.3x.html index 7f195ee3..b1e27a6d 100644 --- a/doc/html/man/form_fieldtype.3x.html +++ b/doc/html/man/form_fieldtype.3x.html @@ -1,4 +1,3 @@ - + + + form_fieldtype 3x -

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,7 +72,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
@@ -112,14 +112,14 @@
        REQ_PREV_CHOICE assume that the possible values of a field
        form an ordered set, and provide the forms user with a way
        to  move  through the set.  The set_fieldtype_choice func-
-       tion allows forms  programmers  to  define  successor  and
-       predecessor functions for the field type.  These functions
+       tion allows forms programmers to define successor and pre-
+       decessor  functions  for  the field type.  These functions
        take the field pointer and an argument-block structure  as
        arguments.
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        The  pointer-valued  routines  return NULL on error.  They
        set errno according to their success:
 
@@ -152,12 +152,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 +167,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 +181,17 @@
 
                                                      form_fieldtype(3x)
 
-
-
-Man(1) output converted with -man2html -
+