X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fform_new.3x.html;h=10d4bb024212b221da645bcc7fc8d192dd92de70;hp=ed4c893e6486f80d39af88ab42444334d93448f7;hb=d30f99439fcc8d4bb4c38e5c4afb4f6555fc6ad4;hpb=3e91848cbe3dad23fdb60962fa9b678592591c34 diff --git a/doc/html/man/form_new.3x.html b/doc/html/man/form_new.3x.html index ed4c893e..10d4bb02 100644 --- a/doc/html/man/form_new.3x.html +++ b/doc/html/man/form_new.3x.html @@ -28,7 +28,7 @@ * sale, use or other dealings in this Software without prior written * * authorization. * **************************************************************************** - * @Id: form_new.3x,v 1.13 2020/03/28 19:06:28 tom Exp @ + * @Id: form_new.3x,v 1.15 2020/10/24 09:02:26 tom Exp @ --> @@ -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