X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fform_post.3x.html;h=5d32b4785bcd248627f8db006d0528349e520c97;hp=4a103da254042dcc4045015fd9e26a3ae600b404;hb=ed646e3f683083e787c6ba773364401dc9fa9d40;hpb=b11cef1e315b58820ea0cde239ebf2f741ef8948 diff --git a/doc/html/man/form_post.3x.html b/doc/html/man/form_post.3x.html index 4a103da2..5d32b478 100644 --- a/doc/html/man/form_post.3x.html +++ b/doc/html/man/form_post.3x.html @@ -1,7 +1,7 @@ @@ -41,49 +41,41 @@

form_post 3x

-form_post(3x)                                             form_post(3x)
+form_post(3x)                                                    form_post(3x)
 
 
 
 
-
-

NAME

-       post_form, unpost_form - write or erase forms from associ-
-       ated subwindows
+

NAME

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

SYNOPSIS

+

SYNOPSIS

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

DESCRIPTION

-       The function post_form displays a form to  its  associated
-       subwindow.   To trigger physical display of the subwindow,
-       use  refresh  or  some  equivalent  curses  routine   (the
-       implicit  doupdate  triggered  by  an curses input request
-       will do).
+

DESCRIPTION

+       The function post_form displays a form to its associated subwindow.  To
+       trigger  physical  display  of  the  subwindow, use refresh(3x) or some
+       equivalent curses routine (the implicit doupdate triggered by an curses
+       input request will do).
 
-       The function unpost_form erases form from  its  associated
-       subwindow.
+       The function unpost_form erases form from its associated subwindow.
 
 
-
-

RETURN VALUE

+

RETURN VALUE

        These routines return one of the following:
 
        E_OK The routine succeeded.
 
        E_BAD_ARGUMENT
-            Routine  detected  an incorrect or out-of-range argu-
-            ment.
+            Routine detected an incorrect or out-of-range argument.
 
        E_BAD_STATE
-            Routine was called from an initialization or termina-
-            tion function.
+            Routine was called from an initialization or termination function.
 
        E_NOT_POSTED
             The form has not been posted.
@@ -101,31 +93,27 @@
             System error occurred (see errno).
 
 
-
-

SEE ALSO

+

SEE ALSO

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

NOTES

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

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 supported on Version 7 or BSD versions.
+

PORTABILITY

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

AUTHORS

-       Juergen  Pfeifer.   Manual  pages  and  adaptation for new
-       curses by Eric S. Raymond.
+

AUTHORS

+       Juergen Pfeifer.  Manual pages and adaptation for new curses by Eric S.
+       Raymond.
 
 
 
-                                                          form_post(3x)
+                                                                 form_post(3x)