X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fform_new.3x.html;h=8bcc99067a0921ad8e7cac644713da7e17bf470e;hp=c90a023e58ee257b166beedeaa65e9bb3fccab81;hb=b0b1980be11bba618d84beb8b30ac94e2c820602;hpb=46722468f47c2b77b3987729b4bcf2321cccfd01;ds=sidebyside diff --git a/doc/html/man/form_new.3x.html b/doc/html/man/form_new.3x.html index c90a023e..8bcc9906 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,15 +121,9 @@
 
 
 
-
-
-
-
+                                                           form_new(3x)
 

-
-Man(1) output converted with -man2html -
+Man(1) output converted with man2html