X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fform_new.3x.html;fp=doc%2Fhtml%2Fman%2Fform_new.3x.html;h=c3130129f949195b1426c4d417e904ac396cc08e;hp=1cdf94bf3daabd1036f90c00c694b025a9bf76b1;hb=027ae42953e3186daed8f3882da73de48291b606;hpb=55ccd2b959766810cf7db8d1c4462f338ce0afc8 diff --git a/doc/html/man/form_new.3x.html b/doc/html/man/form_new.3x.html index 1cdf94bf..c3130129 100644 --- a/doc/html/man/form_new.3x.html +++ b/doc/html/man/form_new.3x.html @@ -2,7 +2,7 @@ @@ -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-