X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fform_new.3x.html;h=32d87fa5e899b07fdfe858b04064e3d494398f9d;hp=83f6e2da2fe0814ff01dec80db79cebfbc60ca8f;hb=9f479192e3ca3413d235c66bf058f8cc63764898;hpb=cb4427a16794d98049b4d790b810d62217501f9f diff --git a/doc/html/man/form_new.3x.html b/doc/html/man/form_new.3x.html index 83f6e2da..32d87fa5 100644 --- a/doc/html/man/form_new.3x.html +++ b/doc/html/man/form_new.3x.html @@ -1,7 +1,8 @@ - -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>
-       FORM *new_form(FIELD **fields);
-       int free_form(FORM *form);
+       #include <form.h>
+
+       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

-       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,7 +112,7 @@
 
 
 
-                                                                  form_new(3x)
+                                                                  form_new(3X)