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=9b755eb37db1e7533bdf44e698721499aad5c8b4;hb=b0b1980be11bba618d84beb8b30ac94e2c820602;hpb=a8987e73ec254703634802b4f7ee30d3a485524d diff --git a/doc/html/man/form_new.3x.html b/doc/html/man/form_new.3x.html index 9b755eb3..8bcc9906 100644 --- a/doc/html/man/form_new.3x.html +++ b/doc/html/man/form_new.3x.html @@ -1,8 +1,8 @@ - +
@@ -41,7 +41,7 @@-form_new(3x) form_new(3x) +form_new(3x) form_new(3x) @@ -70,14 +70,24 @@
- 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,12 +121,9 @@ - form_new(3x) + form_new(3x)