X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fhtml%2Fman%2Fform_post.3x.html;h=ebb2f01f146d62ba910eb240958512c4ccfd163a;hb=4c9f63c460cb7134f142aa65f6866c175ed77605;hp=0cb52febfe56eedebbb38bbda72c73a1138753bd;hpb=cb4427a16794d98049b4d790b810d62217501f9f;p=ncurses.git diff --git a/doc/html/man/form_post.3x.html b/doc/html/man/form_post.3x.html index 0cb52feb..ebb2f01f 100644 --- a/doc/html/man/form_post.3x.html +++ b/doc/html/man/form_post.3x.html @@ -1,7 +1,8 @@ - @@ -36,7 +37,7 @@ form_post 3x - +

form_post 3x

@@ -47,14 +48,15 @@

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

@@ -103,8 +105,8 @@
 
 
 

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