X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fform_new.3x.html;h=c3130129f949195b1426c4d417e904ac396cc08e;hp=9b755eb37db1e7533bdf44e698721499aad5c8b4;hb=f9d358b4f3cf9b44727a0ee5c08f8ca6ae4e3821;hpb=a8987e73ec254703634802b4f7ee30d3a485524d diff --git a/doc/html/man/form_new.3x.html b/doc/html/man/form_new.3x.html index 9b755eb3..c3130129 100644 --- a/doc/html/man/form_new.3x.html +++ b/doc/html/man/form_new.3x.html @@ -2,7 +2,7 @@ @@ -41,7 +41,7 @@
 
-form_new(3x)                                         form_new(3x)
+form_new(3x)                                               form_new(3x)
 
 
 
@@ -70,14 +70,24 @@
 
 

RETURN VALUE

-       The function new_form returns NULL on error.
-
-       The function free_form returns one of the following:
+       The function new_form returns  NULL  on  error.   It  sets
+       errno according to the function's success:
 
        E_OK The routine succeeded.
 
+       E_BAD_ARGUMENT
+            Routine  detected  an incorrect or out-of-range argu-
+            ment.
+
+       E_CONNECTED
+            The field is already connected to a form.
+
        E_SYSTEM_ERROR
-            System error occurred (see errno).
+            System error occurred, e.g., malloc failure.
+
+       The function free_form returns one of the following:
+
+       E_OK The routine succeeded.
 
        E_BAD_ARGUMENT
             Routine detected an incorrect or  out-of-range  argu-
@@ -111,7 +121,7 @@
 
 
 
-                                                     form_new(3x)
+                                                           form_new(3x)