X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fform_new.3x.html;h=2bc8631e0f4bb6b5a09d2b6f25c0c18b6bdef006;hp=8bcc99067a0921ad8e7cac644713da7e17bf470e;hb=027d0c57c4c4d6690e8d8727888d3282dbe9aa86;hpb=b0b1980be11bba618d84beb8b30ac94e2c820602 diff --git a/doc/html/man/form_new.3x.html b/doc/html/man/form_new.3x.html index 8bcc9906..2bc8631e 100644 --- a/doc/html/man/form_new.3x.html +++ b/doc/html/man/form_new.3x.html @@ -1,4 +1,3 @@ - + + + form_new 3x -

form_new 3x

-
+

form_new 3x

-
 form_new(3x)                                               form_new(3x)
 
 
 
 
 
-

NAME

+

NAME

        form_new - create and destroy forms
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <form.h>
        FORM *new_form(FIELD **fields);
        int free_form(FORM *form);
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        The  function  new_form  creates a new form connected to a
        specified field pointer array (which must  be  NULL-termi-
        nated).
@@ -69,7 +69,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        The function new_form returns  NULL  on  error.   It  sets
        errno according to the function's success:
 
@@ -98,24 +98,24 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x), form(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.
 
@@ -123,7 +123,17 @@
 
                                                            form_new(3x)
 
-
-Man(1) output converted with man2html +