X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fhtml%2Fman%2Fform_new.3x.html;h=1246c4273a16d9f2fb01b54c3c32331835b3e6b5;hb=HEAD;hp=1f593ac87a76d9d44b7ae87c27c21e060c97fdae;hpb=ed646e3f683083e787c6ba773364401dc9fa9d40;p=ncurses.git diff --git a/doc/html/man/form_new.3x.html b/doc/html/man/form_new.3x.html index 1f593ac8..7a1877ca 100644 --- a/doc/html/man/form_new.3x.html +++ b/doc/html/man/form_new.3x.html @@ -1,7 +1,7 @@ - - -form_new 3x - - + +form_new 3x 2024-03-16 ncurses 6.5 Library calls + + -

form_new 3x

+

form_new 3x 2024-03-16 ncurses 6.5 Library calls

-form_new(3x)                                                      form_new(3x)
+form_new(3x)                     Library calls                    form_new(3x)
 
 
 
@@ -52,8 +52,9 @@
 
 

SYNOPSIS

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

DESCRIPTION

@@ -65,7 +66,7 @@
 
 
 

RETURN VALUE

-       The  function  new_form returns NULL on error.  It sets errno according
+       The  function  new_form returns NULL on error.  It sets errno according
        to the function's success:
 
        E_OK The routine succeeded.
@@ -90,18 +91,9 @@
             The form has already been posted.
 
 
-

SEE ALSO

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

NOTES

-       The  header  file  <form.h>  automatically  includes  the  header  file
-       <curses.h>.
-
-
 

PORTABILITY

-       These  routines emulate the System V forms library.  They were not sup-
-       ported on Version 7 or BSD versions.
+       These routines emulate the System  V  forms  library.   They  were  not
+       supported on Version 7 or BSD versions.
 
 
 

AUTHORS

@@ -109,8 +101,12 @@
        Raymond.
 
 
+

SEE ALSO

+       curses(3x), form(3x)
+
+
 
-                                                                  form_new(3x)
+ncurses 6.5                       2024-03-16                      form_new(3x)