X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fform_post.3x.html;h=9709d408b5212470d9e1f1fea10dc4093aa524ab;hp=cf9614f2e930642ba611f8737a2551bb4aa3cf9f;hb=HEAD;hpb=17c5992a16be94247b83f2bbb9accdd9b7e7bb72 diff --git a/doc/html/man/form_post.3x.html b/doc/html/man/form_post.3x.html index cf9614f2..2c1e4b59 100644 --- a/doc/html/man/form_post.3x.html +++ b/doc/html/man/form_post.3x.html @@ -1,7 +1,7 @@ - -form_post 3x - - +form_post 3x 2024-03-16 ncurses 6.4 Library calls + + -

form_post 3x

+

form_post 3x 2024-03-16 ncurses 6.4 Library calls

-form_post(3x)                                                    form_post(3x)
+form_post(3x)                    Library calls                   form_post(3x)
 
 
 
 
 

NAME

-       post_form,  unpost_form  - write or erase forms from associated subwin-
-       dows
+       post_form,   unpost_form   -  write  or  erase  forms  from  associated
+       subwindows
 
 
 

SYNOPSIS

        #include <form.h>
-       int post_form(FORM *form);
-       int unpost_form(FORM *form);
+
+       int post_form(FORM *form);
+       int unpost_form(FORM *form);
 
 
 

DESCRIPTION

@@ -90,21 +91,12 @@
             The form has already been posted.
 
        E_SYSTEM_ERROR
-            System error occurred (see errno).
-
-
-

SEE ALSO

-       curses(3x), form(3x).
-
-
-

NOTES

-       The  header  file  <form.h>  automatically  includes  the  header  file
-       <curses.h>.
+            System error occurred (see errno(3)).
 
 
 

PORTABILITY

-       These routines emulate the System V forms library.  They were not  sup-
-       ported on Version 7 or BSD versions.
+       These  routines  emulate  the  System  V  forms library.  They were not
+       supported on Version 7 or BSD versions.
 
 
 

AUTHORS

@@ -112,8 +104,12 @@
        Raymond.
 
 
+

SEE ALSO

+       curses(3x), form(3x)
+
+
 
-                                                                 form_post(3x)
+ncurses 6.4                       2024-03-16                     form_post(3x)