X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fform_new.3x.html;h=d73547a5f063811902ef473d88d1336e9a2c72c1;hp=c90a023e58ee257b166beedeaa65e9bb3fccab81;hb=f367fa254ce3fe29710c86971f04e03111c2bd2c;hpb=46722468f47c2b77b3987729b4bcf2321cccfd01 diff --git a/doc/html/man/form_new.3x.html b/doc/html/man/form_new.3x.html index c90a023e..d73547a5 100644 --- a/doc/html/man/form_new.3x.html +++ b/doc/html/man/form_new.3x.html @@ -2,7 +2,7 @@ @@ -41,6 +41,10 @@
 
+form_new(3x)                                               form_new(3x)
+
+
+
 
 

NAME

@@ -66,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-
@@ -107,10 +121,7 @@
 
 
 
-
-
-
-
+                                                           form_new(3x)