X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fform_new.3x.html;h=1246c4273a16d9f2fb01b54c3c32331835b3e6b5;hp=fc2710363a09263803d0fd2dc9d28227c786362e;hb=HEAD;hpb=47d2fb4537d9ad5bb14f4810561a327930ca4280 diff --git a/doc/html/man/form_new.3x.html b/doc/html/man/form_new.3x.html index fc271036..7a1877ca 100644 --- a/doc/html/man/form_new.3x.html +++ b/doc/html/man/form_new.3x.html @@ -1,7 +1,6 @@ - -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)
 
 
 
@@ -53,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

@@ -66,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.
@@ -91,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

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

SEE ALSO

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