X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fform_new.3x.html;h=81002200fef38989cac5523a3507e83c0bab6b53;hb=e6f4ffe150c7d919792f29a70b4f031cfab5ef06;hp=c90a023e58ee257b166beedeaa65e9bb3fccab81;hpb=46722468f47c2b77b3987729b4bcf2321cccfd01;p=ncurses.git diff --git a/doc/html/man/form_new.3x.html b/doc/html/man/form_new.3x.html index c90a023e..81002200 100644 --- a/doc/html/man/form_new.3x.html +++ b/doc/html/man/form_new.3x.html @@ -1,8 +1,8 @@ - + @@ -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)