X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fform_post.3x.html;h=2c1e4b590d210def340b95ad9d2a8556f7b50aa1;hb=725169bda4d3b4c3fde0d4a94f76d017812c7ea6;hp=9a18331db9ac00e70ff7b208e4b76cc96d79a746;hpb=47d2fb4537d9ad5bb14f4810561a327930ca4280;p=ncurses.git diff --git a/doc/html/man/form_post.3x.html b/doc/html/man/form_post.3x.html index 9a18331d..2c1e4b59 100644 --- a/doc/html/man/form_post.3x.html +++ b/doc/html/man/form_post.3x.html @@ -1,7 +1,6 @@ - -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

@@ -94,18 +94,9 @@
             System error occurred (see errno(3)).
 
 
-

SEE ALSO

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

NOTES

-       The  header  file  <form.h>  automatically  includes  the  header  file
-       <curses.h>.
-
-
 

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

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

SEE ALSO

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