X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fform_new.3x.html;h=1246c4273a16d9f2fb01b54c3c32331835b3e6b5;hb=b3719ca8b52aa07d0d85f7c1ce645a471397ccfe;hp=32d87fa5e899b07fdfe858b04064e3d494398f9d;hpb=9f479192e3ca3413d235c66bf058f8cc63764898;p=ncurses.git diff --git a/doc/html/man/form_new.3x.html b/doc/html/man/form_new.3x.html index 32d87fa5..1246c427 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 - + -

form_new 3X

+

form_new 3x

-form_new(3X)                                                      form_new(3X)
+form_new(3x)                                                      form_new(3x)
 
 
 
 
 

NAME

-       new_form, free_form - create and destroy forms
+       new_form, free_form - create and destroy forms
 
 
 

SYNOPSIS

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

DESCRIPTION

-       The function new_form creates a new form connected to a specified field
-       pointer array (which must be NULL-terminated).
+       The function new_form creates a new form connected to a specified field
+       pointer array (which must be NULL-terminated).
 
-       The function free_form disconnects form from its field array and  frees
+       The function free_form disconnects form from its field array and  frees
        the storage allocated for the form.
 
 
 

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.
+       E_OK The routine succeeded.
 
-       E_BAD_ARGUMENT
+       E_BAD_ARGUMENT
             Routine detected an incorrect or out-of-range argument.
 
-       E_CONNECTED
+       E_CONNECTED
             The field is already connected to a form.
 
-       E_SYSTEM_ERROR
+       E_SYSTEM_ERROR
             System error occurred, e.g., malloc failure.
 
-       The function free_form returns one of the following:
+       The function free_form returns one of the following:
 
-       E_OK The routine succeeded.
+       E_OK The routine succeeded.
 
-       E_BAD_ARGUMENT
+       E_BAD_ARGUMENT
             Routine detected an incorrect or out-of-range argument.
 
-       E_POSTED
+       E_POSTED
             The form has already been posted.
 
 
 

SEE ALSO

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

NOTES

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

PORTABILITY

@@ -112,7 +112,7 @@
 
 
 
-                                                                  form_new(3X)
+                                                                  form_new(3x)