X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fform_post.3x.html;h=9a18331db9ac00e70ff7b208e4b76cc96d79a746;hp=a3608dea1da17ab56a61324aee4d98642fa15899;hb=89730563d0a660d4ddd83d28660dc23c6d3f0bed;hpb=58552e8c761a70f8f0bd591fecdf576fa8216e3e diff --git a/doc/html/man/form_post.3x.html b/doc/html/man/form_post.3x.html index a3608dea..9a18331d 100644 --- a/doc/html/man/form_post.3x.html +++ b/doc/html/man/form_post.3x.html @@ -1,7 +1,8 @@ - + form_post 3x - +

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
+       post_form,  unpost_form  - write or erase forms from associated subwin-
+       dows
 
 
 

SYNOPSIS

@@ -58,14 +59,12 @@
 
 
 

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 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

@@ -74,12 +73,10 @@
        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.
@@ -94,7 +91,7 @@
             The form has already been posted.
 
        E_SYSTEM_ERROR
-            System error occurred (see errno).
+            System error occurred (see errno(3)).
 
 
 

SEE ALSO

@@ -102,22 +99,22 @@
 
 
 

NOTES

-       The header file <form.h> automatically includes the header
-       file <curses.h>.
+       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.
+       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.
+       Juergen Pfeifer.  Manual pages and adaptation for new curses by Eric S.
+       Raymond.
 
 
 
-                                                          form_post(3x)
+                                                                 form_post(3x)