X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fform_new.3x.html;h=714b20aec46ae4f1c139f54c26a9c27e44a6515f;hp=83f6e2da2fe0814ff01dec80db79cebfbc60ca8f;hb=HEAD;hpb=cb4427a16794d98049b4d790b810d62217501f9f diff --git a/doc/html/man/form_new.3x.html b/doc/html/man/form_new.3x.html index 83f6e2da..798551d4 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.4 Library calls - + -

form_new 3x

+

form_new 3x 2024-03-16 ncurses 6.4 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.4                       2024-03-16                      form_new(3x)