X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fform_post.3x.html;h=a16f94853d37eb5eecffcbbd8bcdfa8892e5db79;hp=b950d09da7245addfcb9a8048e3710924be8cf86;hb=29a36e53e1f77a0c3672f2e267d573823d6a9a60;hpb=027d0c57c4c4d6690e8d8727888d3282dbe9aa86 diff --git a/doc/html/man/form_post.3x.html b/doc/html/man/form_post.3x.html index b950d09d..a16f9485 100644 --- a/doc/html/man/form_post.3x.html +++ b/doc/html/man/form_post.3x.html @@ -27,7 +27,7 @@ * sale, use or other dealings in this Software without prior written * * authorization. * **************************************************************************** - * @Id: form_post.3x,v 1.9 2010/12/04 18:40:45 tom Exp @ + * @Id: form_post.3x,v 1.10 2015/12/05 20:41:37 jmc Exp @ --> @@ -46,21 +46,18 @@ - -

NAME

-       form_post  -  write or erase forms from associated subwin-
-       dows
+

NAME

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

SYNOPSIS

+

SYNOPSIS

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

DESCRIPTION

+

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
@@ -71,8 +68,7 @@
        subwindow.
 
 
-
-

RETURN VALUE

+

RETURN VALUE

        These routines return one of the following:
 
        E_OK The routine succeeded.
@@ -101,25 +97,21 @@
             System error occurred (see errno).
 
 
-
-

SEE ALSO

+

SEE ALSO

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

NOTES

+

NOTES

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

PORTABILITY

+

PORTABILITY

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

AUTHORS

+

AUTHORS

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