X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fform_new.3x.html;h=1246c4273a16d9f2fb01b54c3c32331835b3e6b5;hb=80803f3a4a1fbdebb4de105cef9a10af36230f3c;hp=ed4c893e6486f80d39af88ab42444334d93448f7;hpb=3e91848cbe3dad23fdb60962fa9b678592591c34;p=ncurses.git diff --git a/doc/html/man/form_new.3x.html b/doc/html/man/form_new.3x.html index ed4c893e..1246c427 100644 --- a/doc/html/man/form_new.3x.html +++ b/doc/html/man/form_new.3x.html @@ -1,7 +1,7 @@ - @@ -37,7 +37,7 @@ form_new 3x - +

form_new 3x

@@ -53,8 +53,9 @@

SYNOPSIS

        #include <form.h>
-       FORM *new_form(FIELD **fields);
-       int free_form(FORM *form);
+
+       FORM *new_form(FIELD **fields);
+       int free_form(FORM *form);
 
 
 

DESCRIPTION

@@ -101,8 +102,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